Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,9 @@ license: other
|
|
3 |
---
|
4 |
|
5 |
LLaMA-7B converted to ONNX using optimum library. This is under a special license, please see the LICENSE file for details.
|
|
|
6 |
https://github.com/huggingface/optimum/pull/922
|
|
|
7 |
Command: `optimum-cli export onnx --model decapoda-research/llama-7b-hf --task causal-lm-with-past --fp16 --for-ort --device cuda llama-onnx`
|
8 |
|
9 |
--
|
|
|
3 |
---
|
4 |
|
5 |
LLaMA-7B converted to ONNX using optimum library. This is under a special license, please see the LICENSE file for details.
|
6 |
+
|
7 |
https://github.com/huggingface/optimum/pull/922
|
8 |
+
|
9 |
Command: `optimum-cli export onnx --model decapoda-research/llama-7b-hf --task causal-lm-with-past --fp16 --for-ort --device cuda llama-onnx`
|
10 |
|
11 |
--
|