sanchit-gandhi HF staff commited on
Commit
5e08c1a
1 Parent(s): 571dffd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ To reproduce this run:
2
+ ```
3
+ accelerate launch --multi_gpu --mixed_precision=fp16 --num_processes=8 run_distillation config_mistral.yaml
4
+ ```