Update README.md
Browse files
README.md
CHANGED
@@ -125,5 +125,6 @@ print(outputs[0].outputs[0].text)
|
|
125 |
|
126 |
### Transformers (untested)
|
127 |
|
128 |
-
Transformers-compatible model weights are also uploaded (thanks a lot @cyrilvallez)
|
|
|
129 |
Hence, we can only ensure 100% correct behavior when using the original weight format with vllm (see above).
|
|
|
125 |
|
126 |
### Transformers (untested)
|
127 |
|
128 |
+
Transformers-compatible model weights are also uploaded (thanks a lot @cyrilvallez).
|
129 |
+
However the transformers implementation was **not throughly tested**, but only on "vibe-checks".
|
130 |
Hence, we can only ensure 100% correct behavior when using the original weight format with vllm (see above).
|