cszhzleo commited on
Commit
7e21452
1 Parent(s): 105b9c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ tags:
4
+ - Neuron
5
+ - Optimum-Neuron
6
+ - AWS
7
+ ---
8
+
9
+
10
+ Compiled lmsys/vicuna-7b-v1.5 using optimum-neuron
11
+
12
+ ```shell
13
+ ptimum-cli export neuron --model lmsys/vicuna-7b-v1.5 --batch_size 1 --sequence_length 1024 --num_cores 2 --auto_cast_type fp16 ./models/lmsys/vicuna-7b-v1.5
14
+