mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 04:58:47 +00:00
fix template validation
This commit is contained in:
parent
00e57d693f
commit
aa8b2aa31f
4 changed files with 6 additions and 9 deletions
|
|
@ -39,6 +39,11 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
provider_type="remote::nvidia",
|
||||
config=NVIDIASafetyConfig.sample_run_config(),
|
||||
)
|
||||
datasetio_provider = Provider(
|
||||
provider_id="nvidia",
|
||||
provider_type="remote::nvidia",
|
||||
config=NvidiaDatasetIOConfig.sample_run_config(),
|
||||
)
|
||||
eval_provider = Provider(
|
||||
provider_id="nvidia",
|
||||
provider_type="remote::nvidia",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue