Drop install-from-source note for Transformers
Browse filesLaguna XS.2 support shipped in Transformers v5.7.0, so the source-install workaround is no longer needed.
README.md
CHANGED
|
@@ -143,12 +143,7 @@ vllm serve poolside/Laguna-XS.2 \
|
|
| 143 |
|
| 144 |
#### Transformers
|
| 145 |
|
| 146 |
-
|
| 147 |
-
> Laguna XS.2 support has been merged into Transformers ([huggingface/transformers#45673](https://github.com/huggingface/transformers/pull/45673)) and will ship in the next release after `v5.6.2`. Until then, install from source:
|
| 148 |
-
>
|
| 149 |
-
> ```shell
|
| 150 |
-
> pip install git+https://github.com/huggingface/transformers.git
|
| 151 |
-
> ```
|
| 152 |
|
| 153 |
```python
|
| 154 |
import torch
|
|
|
|
| 143 |
|
| 144 |
#### Transformers
|
| 145 |
|
| 146 |
+
Laguna XS.2 is supported in Transformers `v5.7.0` and later ([huggingface/transformers#45673](https://github.com/huggingface/transformers/pull/45673)).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
|
| 148 |
```python
|
| 149 |
import torch
|