Update README.md
#17
by
mahwizzzz - opened
README.md
CHANGED
|
@@ -122,7 +122,7 @@ You can directly pass tools as JSON schema or Python functions with `.apply_chat
|
|
| 122 |
To run LFM2, you need to install Hugging Face [`transformers`](https://github.com/huggingface/transformers) v4.55 or a more recent version as follows:
|
| 123 |
|
| 124 |
```bash
|
| 125 |
-
pip install
|
| 126 |
```
|
| 127 |
|
| 128 |
Here is an example of how to generate an answer with transformers in Python:
|
|
|
|
| 122 |
To run LFM2, you need to install Hugging Face [`transformers`](https://github.com/huggingface/transformers) v4.55 or a more recent version as follows:
|
| 123 |
|
| 124 |
```bash
|
| 125 |
+
pip install git+https://github.com/huggingface/transformers
|
| 126 |
```
|
| 127 |
|
| 128 |
Here is an example of how to generate an answer with transformers in Python:
|