Update README.md
Browse files
README.md
CHANGED
@@ -28,9 +28,8 @@ 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
|
34 |
```
|
35 |
|
36 |
#### Running the model on CPU/GPU/multi GPU
|
|
|
28 |
|
29 |
|
30 |
### Generation
|
|
|
31 |
```bash
|
32 |
+
pip install transformers
|
33 |
```
|
34 |
|
35 |
#### Running the model on CPU/GPU/multi GPU
|