Update README.md
Browse files
README.md
CHANGED
@@ -137,11 +137,8 @@ The candidate with ID 12345 is currently in the "Interview Scheduled" stage for
|
|
137 |
|
138 |
## 🏃 How to run LFM2
|
139 |
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
To run LFM2, you need Hugging Face [`transformers`](https://github.com/huggingface/transformers) v4.53.0.
|
144 |
-
You can update or install it with the following command: `pip install transformers==4.53.0`
|
145 |
|
146 |
Here is an example of how to generate an answer with transformers in Python:
|
147 |
|
|
|
137 |
|
138 |
## 🏃 How to run LFM2
|
139 |
|
140 |
+
To run LFM2, you need to install Hugging Face [`transformers`](https://github.com/huggingface/transformers) from source (v.45.0.dev0).
|
141 |
+
You can update or install it with the following command: `pip install "transformers @ git+https://github.com/huggingface/transformers.git@main"`.
|
|
|
|
|
|
|
142 |
|
143 |
Here is an example of how to generate an answer with transformers in Python:
|
144 |
|