Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
sanchit-gandhi
/
distil-mistral-1.5B-v0.1
like
0
Text Generation
Transformers
Safetensors
HuggingFaceTB/cosmopedia
mistral
text-generation-inference
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
sanchit-gandhi
HF staff
commited on
Apr 18
Commit
5e08c1a
•
1 Parent(s):
571dffd
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+4
-0
README.md
ADDED
Viewed
@@ -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
+
```