Skip to content

Commit 4c6e40a

Browse files
Add DeepSeek-Distill-R1-Llama-70B model to SambaNova supported models (huggingface#1162)
This PR adds SambaNova support for `DeepSeek-Distill-R1-Llama-70B` model
1 parent 78d643b commit 4c6e40a

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+
"deepseek-ai/DeepSeek-Distill-R1-Llama-70B": "DeepSeek-Distill-R1-Llama-70B",
1011
"Qwen/Qwen2.5-Coder-32B-Instruct": "Qwen2.5-Coder-32B-Instruct",
1112
"Qwen/Qwen2.5-72B-Instruct": "Qwen2.5-72B-Instruct",
1213
"Qwen/QwQ-32B-Preview": "QwQ-32B-Preview",

0 commit comments

Comments
 (0)