Skip to content

Commit 493ee5f

Browse files
Adding Sambanova Inference support for Llama-3.1-Tulu-3-405B (huggingface#1176)
Co-authored-by: Julien Chaumond <[email protected]>
1 parent ddf2bd6 commit 493ee5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/inference/src/providers/sambanova.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ type SambanovaId = string;
77
export const SAMBANOVA_SUPPORTED_MODEL_IDS: ProviderMapping<SambanovaId> = {
88
/** Chat completion / conversational */
99
conversational: {
10+
"allenai/Llama-3.1-Tulu-3-405B":"Llama-3.1-Tulu-3-405B",
1011
"deepseek-ai/DeepSeek-R1-Distill-Llama-70B": "DeepSeek-R1-Distill-Llama-70B",
1112
"Qwen/Qwen2.5-Coder-32B-Instruct": "Qwen2.5-Coder-32B-Instruct",
1213
"Qwen/Qwen2.5-72B-Instruct": "Qwen2.5-72B-Instruct",

0 commit comments

Comments
 (0)