ankke commited on
Commit
136dd1e
·
verified ·
1 Parent(s): c1554b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ You can apply it using the dedicated [`.apply_chat_template()`](https://huggingf
102
  You can run LFM2-VL with Hugging Face [`transformers`](https://github.com/huggingface/transformers) via installing Transformers from source as follows:
103
 
104
  ```bash
105
- pip install git+https://github.com/huggingface/transformers.git@93671b4444414b01ea034bd64614856644297a66 pillow
106
  ```
107
 
108
  Here is an example of how to generate an answer with transformers in Python:
 
102
  You can run LFM2-VL with Hugging Face [`transformers`](https://github.com/huggingface/transformers) via installing Transformers from source as follows:
103
 
104
  ```bash
105
+ pip install git+https://github.com/huggingface/transformers.git@87be5595081364ef99393feeaa60d71db3652679 pillow
106
  ```
107
 
108
  Here is an example of how to generate an answer with transformers in Python: