joerowell commited on
Commit
de04ba5
·
verified ·
1 Parent(s): 598f732

Drop install-from-source note for Transformers

Browse files

Laguna XS.2 support shipped in Transformers v5.7.0, so the source-install workaround is no longer needed.

Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -143,12 +143,7 @@ vllm serve poolside/Laguna-XS.2 \
143
 
144
  #### Transformers
145
 
146
- > [!NOTE]
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