Nanobit commited on
Commit
afedc47
·
unverified ·
1 Parent(s): 9923b72

Fix: Cannot tokenize with bf16 and on cpu (#766)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -819,7 +819,7 @@ accelerate launch -m axolotl.cli.train your_config.yml
819
 
820
  You can optionally pre-tokenize dataset with the following before finetuning:
821
  ```bash
822
- CUDA_VISIBLE_DEVICES="" accelerate launch -m axolotl.cli.train your_config.yml --prepare_ds_only
823
  ```
824
 
825
  ##### Config
 
819
 
820
  You can optionally pre-tokenize dataset with the following before finetuning:
821
  ```bash
822
+ CUDA_VISIBLE_DEVICES=0 accelerate launch -m axolotl.cli.train your_config.yml --prepare_ds_only
823
  ```
824
 
825
  ##### Config