Skip to content

Commit

Permalink
fix(readme): update cuda instructions during preprocess (#2114) [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
NanoCode012 authored Dec 3, 2024
1 parent 9f739da commit 4471a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pip3 install -e '.[flash-attn,deepspeed]'
### Usage
```bash
# preprocess datasets - optional but recommended
CUDA_VISIBLE_DEVICES="" python -m axolotl.cli.preprocess examples/openllama-3b/lora.yml
CUDA_VISIBLE_DEVICES="0" python -m axolotl.cli.preprocess examples/openllama-3b/lora.yml

# finetune lora
accelerate launch -m axolotl.cli.train examples/openllama-3b/lora.yml
Expand Down

0 comments on commit 4471a01

Please sign in to comment.