Update README.md
Browse files
README.md
CHANGED
|
@@ -137,7 +137,7 @@ The candidate with ID 12345 is currently in the "Interview Scheduled" stage for
|
|
| 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 (
|
| 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:
|
|
|
|
| 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 (v4.54.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:
|