cszhzleo commited on
Commit
3f061e9
1 Parent(s): f061ebd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ tags:
4
+ - Neuron
5
+ - Optimum-Neuron
6
+ - AWS
7
+ ---
8
+
9
+
10
+ Compiled CodeLlama-7b-hf using optimum-neuron
11
+
12
+ ```shell
13
+ optimum-cli export neuron --model codellama/CodeLlama-7b-hf --batch_size 1 --sequence_length 1024 --num_cores 2 --auto_cast_type fp16 ./models/codellama/CodeLlama-7b-hf