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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
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
- > [!WARNING]
141
- > ⚠️ Until LFM2 support is merged into the transformers library, it requires setting `trust_remote_code=True` when loading the model.
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