Text Generation
Transformers
Safetensors
English
mistral
text-generation-inference
unsloth
trl
Eval Results
legolasyiu commited on
Commit
f0d47fa
·
verified ·
1 Parent(s): 8c301d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -75,15 +75,14 @@ Mistral Nemo is a transformer model, with the following architecture choices:
75
 
76
  After installing `mistral_inference`, a `mistral-demo` CLI command should be available in your environment.
77
 
78
- ```
79
- mistral-demo $HOME/mistral_models/Nemo-v0.1
80
- ```
81
-
82
  ### Transformers
83
 
84
  > [!IMPORTANT]
85
  > NOTE: Until a new release has been made, you need to install transformers from source:
86
  > ```sh
 
 
 
87
  > pip install git+https://github.com/huggingface/transformers.git
88
  > ```
89
 
 
75
 
76
  After installing `mistral_inference`, a `mistral-demo` CLI command should be available in your environment.
77
 
 
 
 
 
78
  ### Transformers
79
 
80
  > [!IMPORTANT]
81
  > NOTE: Until a new release has been made, you need to install transformers from source:
82
  > ```sh
83
+ > !pip install mistral_inference
84
+ > !pip install mistral-demo
85
+ > !pip install git+https://github.com/huggingface/transformers.git
86
  > pip install git+https://github.com/huggingface/transformers.git
87
  > ```
88