cszhzleo commited on
Commit
9a70f91
1 Parent(s): 6ab1b3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,3 +1,8 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ Compiled CodeLlama-7b-Instruct-hf using optimum-neuron
5
+
6
+ ```
7
+ optimum-cli export neuron --model codellama/CodeLlama-7b-Instruct-hf --batch_size 1 --sequence_length 1024 --num_cores 2 --auto_cast_type fp16 ./models/codellama/CodeLlama-7b-Instruct-hf
8
+ ```