mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-22 18:13:52 +00:00
Update NVIDIA models to Nemotron Super/Nano
This commit is contained in:
parent
23b5cbca4c
commit
215ce25c05
@ -22,12 +22,19 @@ const DEFAULT_MODELS: LLMModel[] = [
|
||||
description: "Local Ollama model"
|
||||
},
|
||||
{
|
||||
id: "nvidia-nemotron",
|
||||
name: "Nemotron 70B",
|
||||
model: "nvdev/nvidia/llama-3.1-nemotron-70b-instruct",
|
||||
id: "nvidia-nemotron-super",
|
||||
name: "Nemotron Super 49B",
|
||||
model: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
||||
provider: "nvidia",
|
||||
description: "NVIDIA API (requires key)"
|
||||
},
|
||||
{
|
||||
id: "nvidia-nemotron-nano",
|
||||
name: "Nemotron Nano 9B v2",
|
||||
model: "nvidia/nvidia-nemotron-nano-9b-v2",
|
||||
provider: "nvidia",
|
||||
description: "NVIDIA API - Fast & efficient"
|
||||
},
|
||||
]
|
||||
|
||||
export function LLMSelectorCompact() {
|
||||
|
||||
@ -18,10 +18,10 @@ const baseModels = [
|
||||
},
|
||||
{
|
||||
id: "nvidia-nemotron-nano",
|
||||
name: "llama-3.1-nemotron-nano-8b-v1",
|
||||
name: "NVIDIA Nemotron Nano 9B v2",
|
||||
icon: <Cpu className="h-4 w-4 text-green-500" />,
|
||||
description: "NVIDIA hosted Nemotron Nano 8B model",
|
||||
model: "nvdev/nvidia/llama-3.1-nemotron-nano-8b-instruct",
|
||||
description: "NVIDIA hosted Nemotron Nano 9B v2 - Faster and more efficient",
|
||||
model: "nvidia/nvidia-nemotron-nano-9b-v2",
|
||||
apiKeyName: "NVIDIA_API_KEY",
|
||||
baseURL: "https://integrate.api.nvidia.com/v1",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user