mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 16:14:45 +00:00
linting fix
This commit is contained in:
parent
2baf252f71
commit
cf3f3ff130
3 changed files with 5 additions and 8 deletions
|
|
@ -52,11 +52,6 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
model_id="${env.SAFETY_MODEL}",
|
||||
provider_id="nvidia",
|
||||
)
|
||||
datasetio_provider = Provider(
|
||||
provider_id="nvidia",
|
||||
provider_type="remote::nvidia",
|
||||
config=NvidiaDatasetIOConfig.sample_run_config(),
|
||||
)
|
||||
|
||||
available_models = {
|
||||
"nvidia": MODEL_ENTRIES,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue