cszhzleo commited on
Commit
e761308
·
verified ·
1 Parent(s): 79eff00

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+
2
+
3
+ ```
4
+ optimum-cli export neuron --model mistralai/Mistral-7B-Instruct-v0.2 --batch_size 1 --sequence_length 1024 --num_cores 2 --auto_cast_type fp16 ./models/mistralai/Mistral-7B-Instruct-v0.2
5
+ ```