Update README.md
Browse files
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 |
+
```
|