mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Updating model link.
This commit is contained in:
parent
af677caf4f
commit
933060cc3f
@ -35,6 +35,7 @@ Text Generation Inference enables serving optimized models on specific hardware
|
|||||||
- [Gpt Neox](https://huggingface.co/EleutherAI/gpt-neox-20b)
|
- [Gpt Neox](https://huggingface.co/EleutherAI/gpt-neox-20b)
|
||||||
- [Gptj](https://huggingface.co/EleutherAI/gpt-j-6b)
|
- [Gptj](https://huggingface.co/EleutherAI/gpt-j-6b)
|
||||||
- [Idefics](https://huggingface.co/HuggingFaceM4/idefics-9b) (Multimodal)
|
- [Idefics](https://huggingface.co/HuggingFaceM4/idefics-9b) (Multimodal)
|
||||||
|
- [Mllama](https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct) (Multimodal)
|
||||||
|
|
||||||
|
|
||||||
If the above list lacks the model you would like to serve, depending on the model's pipeline type, you can try to initialize and serve the model anyways to see how well it performs, but performance isn't guaranteed for non-optimized models:
|
If the above list lacks the model you would like to serve, depending on the model's pipeline type, you can try to initialize and serve the model anyways to see how well it performs, but performance isn't guaranteed for non-optimized models:
|
||||||
|
@ -324,7 +324,7 @@ class ModelType(enum.Enum):
|
|||||||
MLLAMA = {
|
MLLAMA = {
|
||||||
"type": "mllama",
|
"type": "mllama",
|
||||||
"name": "Mllama",
|
"name": "Mllama",
|
||||||
"url": "https://huggingface.co/xxx/xx",
|
"url": "https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct",
|
||||||
"multimodal": True,
|
"multimodal": True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user