cszhzleo's picture
Create README.md
e91b126 verified
---
pipeline_tag: text-generation
tags:
- Neuron
- Optimum-Neuron
- AWS
---
Compiled Meta-Llama-3-8B-Instruct using optimum-neuron
```shell
optimum-cli export neuron --model NousResearch/Meta-Llama-3-8B-Instruct --batch_size 1 --sequence_length 1024 --num_cores 2 --auto_cast_type fp16 ./models/NousResearch/Meta-Llama-3-8B-Instruct```