patrickvonplaten commited on
Commit
5d80796
·
verified ·
1 Parent(s): 26b256d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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).