Skip to content

Commit 9ea1caf

Browse files
Add DeepSeek-Distill-R1-Llama-70B model to SambaNova supported models (huggingface#1175)
New PR with corrected name tags for Deepseek. Please check the names before merging.
1 parent c17a753 commit 9ea1caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inference/src/providers/sambanova.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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",
10+
"deepseek-ai/DeepSeek-R1-Distill-Llama-70B": "DeepSeek-R1-Distill-Llama-70B",
1111
"Qwen/Qwen2.5-Coder-32B-Instruct": "Qwen2.5-Coder-32B-Instruct",
1212
"Qwen/Qwen2.5-72B-Instruct": "Qwen2.5-72B-Instruct",
1313
"Qwen/QwQ-32B-Preview": "QwQ-32B-Preview",

0 commit comments

Comments
 (0)