cszhzleo commited on
Commit
6dbfd9d
·
verified ·
1 Parent(s): 1ab7d0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,6 +1,11 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
4
 
5
  run
6
  ```
 
1
  ---
2
  license: mit
3
  ---
4
+ export
5
+ ```
6
+ optimum-cli export neuron --model NousResearch/Meta-Llama-3.1-8B-Instruct --batch_size 1 --sequence_length 4096 --num_cores 2 --auto_cast_type fp16 ./models-hf/NousResearch/Meta-Llama-3.1-8B-Instruct
7
+
8
+ ```
9
 
10
  run
11
  ```