File size: 330 Bytes
b5ca200 e761308 b5ca200 e761308 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
pipeline_tag: text-generation
tags:
- Neuron
- Optimum-Neuron
- AWS
---
Compiled Mistral-7B-Instruct-v0.2 using optimum-neuron
```
optimum-cli export neuron --model mistralai/Mistral-7B-Instruct-v0.2 --batch_size 1 --sequence_length 1024 --num_cores 2 --auto_cast_type fp16 ./models/mistralai/Mistral-7B-Instruct-v0.2
``` |