Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ target:
api_endpoint:
model_id: meta/llama-3.1-8b-instruct # TODO: update to the model you want to evaluate
url: https://integrate.api.nvidia.com/v1/chat/completions # TODO: update to the endpoint you want to evaluate
api_key_name: API_KEY # API Key with access to build.nvidia.com or model of your choice
api_key_name: NGC_API_KEY # API Key with access to build.nvidia.com or model of your choice

# specify the benchmarks to evaluate
evaluation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ target:
api_endpoint:
model_id: meta/llama-3.1-8b-instruct
url: https://integrate.api.nvidia.com/v1/chat/completions
api_key_name: API_KEY # API Key with access to build.nvidia.com
api_key_name: NGC_API_KEY # API Key with access to build.nvidia.com

deployment:
checkpoint_path: /path/to/checkpoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ target:
api_endpoint:
model_id: bytedance/seed-oss-36b-instruct
url: https://integrate.api.nvidia.com/v1/chat/completions
api_key_name: API_KEY # API Key with access to build.nvidia.com
api_key_name: NGC_API_KEY # API Key with access to build.nvidia.com


# specify the benchmarks to evaluate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ target:
api_endpoint:
model_id: meta/llama-3.1-8b-instruct
url: https://integrate.api.nvidia.com/v1/chat/completions
api_key_name: API_KEY # API Key with access to build.nvidia.com
api_key_name: NGC_API_KEY # API Key with access to build.nvidia.com

# specify the benchmarks to evaluate
evaluation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ target:
api_endpoint:
model_id: meta/llama-3.1-8b-instruct
url: https://integrate.api.nvidia.com/v1/chat/completions
api_key_name: API_KEY # API Key with access to build.nvidia.com
api_key_name: NGC_API_KEY # API Key with access to build.nvidia.com


# specify the benchmarks to evaluate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ target:
api_endpoint:
model_id: meta/llama-3.1-8b-instruct
url: https://integrate.api.nvidia.com/v1/chat/completions
api_key_name: API_KEY # API Key with access to build.nvidia.com
api_key_name: NGC_API_KEY # API Key with access to build.nvidia.com

# specify the benchmarks to evaluate
evaluation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ target:
api_endpoint:
model_id: nvidia/llama-3.3-nemotron-super-49b-v1
url: https://integrate.api.nvidia.com/v1/chat/completions
api_key_name: API_KEY # API Key with access to build.nvidia.com
api_key_name: NGC_API_KEY # API Key with access to build.nvidia.com

# specify the benchmarks to evaluate
evaluation:
Expand Down
Loading