mahwizzzz commited on
Commit
8395a43
·
verified ·
1 Parent(s): 28a2c07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 -U transformers
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: