Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,5 +1,14 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 1 |  | 
| 2 |  | 
|  | |
|  | |
| 3 | 
             
            ```
         | 
| 4 | 
             
            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
         | 
| 5 | 
             
            ```
         | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            pipeline_tag: text-generation
         | 
| 3 | 
            +
            tags:
         | 
| 4 | 
            +
            - Neuron
         | 
| 5 | 
            +
            - Optimum-Neuron
         | 
| 6 | 
            +
            - AWS
         | 
| 7 | 
            +
            ---
         | 
| 8 |  | 
| 9 |  | 
| 10 | 
            +
            Compiled Mistral-7B-Instruct-v0.2 using optimum-neuron
         | 
| 11 | 
            +
             | 
| 12 | 
             
            ```
         | 
| 13 | 
             
            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
         | 
| 14 | 
             
            ```
         |