mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 08:22:07 +00:00
(typo) collection link
This commit is contained in:
parent
69e0a87dd5
commit
eaf18c1ccb
@ -272,12 +272,12 @@ class ModelType(enum.Enum):
|
|||||||
GEMMA3 = {
|
GEMMA3 = {
|
||||||
"type": "gemma3",
|
"type": "gemma3",
|
||||||
"name": "Gemma3",
|
"name": "Gemma3",
|
||||||
"url": "https://huggingface.co/collections/google/gemma-3-release-67c6c6f89c4f76621268bb6d-release-67c6c6f89c4f76621268bb6d",
|
"url": "https://huggingface.co/collections/google/gemma-3-release-67c6c6f89c4f76621268bb6d",
|
||||||
}
|
}
|
||||||
GEMMA3_TEXT = {
|
GEMMA3_TEXT = {
|
||||||
"type": "gemma3_text",
|
"type": "gemma3_text",
|
||||||
"name": "Gemma3 Text",
|
"name": "Gemma3 Text",
|
||||||
"url": "https://huggingface.co/collections/google/gemma-3-release-67c6c6f89c4f76621268bb6d-release-67c6c6f89c4f76621268bb6d",
|
"url": "https://huggingface.co/collections/google/gemma-3-release-67c6c6f89c4f76621268bb6d",
|
||||||
}
|
}
|
||||||
COHERE = {
|
COHERE = {
|
||||||
"type": "cohere",
|
"type": "cohere",
|
||||||
|
Loading…
Reference in New Issue
Block a user