Update README.md
Browse files
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@
|
| 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:
|