feat: NVIDIA beginner e2e notebook

This commit is contained in:
Jash Gulabrai 2025-04-15 23:26:38 -04:00
parent 7cdd2a0410
commit 6927cdf5ce
31 changed files with 888 additions and 1621 deletions

View file

@ -6456,36 +6456,7 @@
"default": "model"
},
"model": {
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"additionalProperties": {
"oneOf": [
{
"type": "null"
},
{
"type": "boolean"
},
{
"type": "number"
},
{
"type": "string"
},
{
"type": "array"
},
{
"type": "object"
}
]
}
}
],
"type": "string",
"description": "The model ID to evaluate."
},
"sampling_params": {
@ -6500,7 +6471,8 @@
"additionalProperties": false,
"required": [
"type",
"model"
"model",
"sampling_params"
],
"title": "ModelCandidate",
"description": "A model candidate for evaluation."