You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- allow DDP
- make it work on CPU
- set seed and dtype
Related: dequantize_bnb_weight is updated not to move to cuda if not
available.
---------
Signed-off-by: jiqing-feng <[email protected]>
or you can just pass a quantized model without the quantize flag.
43
+
44
+
If you want to run DDP by [accelerate](https://huggingface.co/docs/accelerate/en/index), please run `accelerate config` to set your ddp config, and run:
please add `--device_map cpu` if you want to run finetune on CPU.
49
+
50
+
If you want to train a quantized model like AWQ and GPTQ which do not support olora init method, please pass `--init_lora_weights gaussian`. For example:
0 commit comments