mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-25 11:23: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"
|
description: "Local Ollama model"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "nvidia-nemotron",
|
id: "nvidia-nemotron-super",
|
||||||
name: "Nemotron 70B",
|
name: "Nemotron Super 49B",
|
||||||
model: "nvdev/nvidia/llama-3.1-nemotron-70b-instruct",
|
model: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
||||||
provider: "nvidia",
|
provider: "nvidia",
|
||||||
description: "NVIDIA API (requires key)"
|
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() {
|
export function LLMSelectorCompact() {
|
||||||
|
|||||||
@ -18,10 +18,10 @@ const baseModels = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "nvidia-nemotron-nano",
|
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" />,
|
icon: <Cpu className="h-4 w-4 text-green-500" />,
|
||||||
description: "NVIDIA hosted Nemotron Nano 8B model",
|
description: "NVIDIA hosted Nemotron Nano 9B v2 - Faster and more efficient",
|
||||||
model: "nvdev/nvidia/llama-3.1-nemotron-nano-8b-instruct",
|
model: "nvidia/nvidia-nemotron-nano-9b-v2",
|
||||||
apiKeyName: "NVIDIA_API_KEY",
|
apiKeyName: "NVIDIA_API_KEY",
|
||||||
baseURL: "https://integrate.api.nvidia.com/v1",
|
baseURL: "https://integrate.api.nvidia.com/v1",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user