Skip to content

Commit 7be4d8a

Browse files
committed
Revert "feat(huggingchat): model config update 25-09-2024 (#1494)"
This reverts commit be70537.
1 parent be70537 commit 7be4d8a

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

chart/env/prod.yaml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -134,32 +134,6 @@ envVars:
134134
}
135135
]
136136
},
137-
{
138-
"name": "meta-llama/Llama-3.2-11B-Vision-Instruct",
139-
"logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/meta-logo.png",
140-
"description": "The latest multimodal model from Meta! Supports image inputs natively.",
141-
"websiteUrl": "https://llama.com/",
142-
"multimodal": true,
143-
"parameters": {
144-
"stop": ["<|eot_id|>", "<|im_end|>"],
145-
"temperature": 0.6,
146-
"truncate": 14336,
147-
"max_new_tokens": 1536
148-
},
149-
"endpoint": {
150-
"type": "openai",
151-
"baseURL": "https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-11B-Vision-Instruct/v1",
152-
"multimodal": {
153-
"image": {
154-
"maxSizeInMB": 10,
155-
"maxWidth": 560,
156-
"maxHeight": 560,
157-
"supportedMimeTypes": ["image/png", "image/jpeg", "image/webp"],
158-
"preferredMimeType": "image/webp"
159-
}
160-
}
161-
}
162-
},
163137
{
164138
"name": "NousResearch/Hermes-3-Llama-3.1-8B",
165139
"description": "Nous Research's latest Hermes 3 release in 8B size. Follows instruction closely.",

0 commit comments

Comments
 (0)