loubnabnl HF staff commited on
Commit
a46c9d3
1 Parent(s): da3a7dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,9 +28,9 @@ SmolLM is a series of state-of-the-art small language models available in three
28
 
29
 
30
  ### Generation
31
- First, make sure to install `transformers` from source:
32
  ```bash
33
- pip install git+https://github.com/huggingface/transformers.git
34
  ```
35
 
36
  #### Running the model on CPU/GPU/multi GPU
 
28
 
29
 
30
  ### Generation
31
+
32
  ```bash
33
+ pip install transformers
34
  ```
35
 
36
  #### Running the model on CPU/GPU/multi GPU