cszhzleo commited on
Commit
a9769ff
1 Parent(s): 0e46cb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,8 +8,8 @@ tags:
8
  ---
9
 
10
 
11
- Compiled lmsys/vicuna-7b-v1.5 using optimum-neuron
12
 
13
  ```shell
14
- 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
15
 
 
8
  ---
9
 
10
 
11
+ Compiled lmsys/vicuna-7b-v1.5 using optimum-neuron (optimum-neuron==0.0.21 neuron with 2.18.2)
12
 
13
  ```shell
14
+ optimum-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
15