ariG23498 HF Staff commited on
Commit
a58f2a5
·
verified ·
1 Parent(s): 3dd3981

Add `transformers` as the library name

Browse files

Hey team!

I am Aritra from Hugging Face. This PR replaces the library_name field from vllm to transformers.

The benefits of this:

- better search-ability for models that are supported by transformers
- better download metrics
- auto generated code snippets to run inference with transformers and vLLM
- auto generate "open with colab" button
- easy deploy button with inference endpoints
- model family lineage for quantization and fine tunes

Let me know if you need any other help! Hope this PR is merged soon to get more visibility in the Hub 🤗

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- library_name: vllm
3
  language:
4
  - en
5
  - fr
 
1
  ---
2
+ library_name: transformers
3
  language:
4
  - en
5
  - fr