Update README.md
Browse files
README.md
CHANGED
@@ -423,4 +423,10 @@ print(outputs[0].outputs[0].text)
|
|
423 |
# ( o.o )
|
424 |
# > ^ <
|
425 |
# ```
|
426 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
423 |
# ( o.o )
|
424 |
# > ^ <
|
425 |
# ```
|
426 |
+
```
|
427 |
+
|
428 |
+
### Transformers (untested)
|
429 |
+
|
430 |
+
Transformers-compatible model weights are also uploaded (thanks a lot @cyrilvallez).
|
431 |
+
However the transformers implementation was **not throughly tested**, but only on "vibe-checks".
|
432 |
+
Hence, we can only ensure 100% correct behavior when using the original weight format with vllm (see above).
|