nielsr HF Staff commited on
Commit
ba8c5e1
·
verified ·
1 Parent(s): ba4e06e

Update library name to vLLM

Browse files

It seems the model is not Transformers compatible, but vLLM compatible. Hence this PR updates the `library_name` to vLLM.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- library_name: transformers
4
  pipeline_tag: image-text-to-text
5
  ---
6
 
 
1
  ---
2
  license: mit
3
+ library_name: vllm
4
  pipeline_tag: image-text-to-text
5
  ---
6