paulpak58 commited on
Commit
1f6a681
·
verified ·
1 Parent(s): 4846b4e

Update README.md

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