mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-13 05:17:26 +00:00
Update
[ghstack-poisoned]
This commit is contained in:
parent
de1e70f7d8
commit
fdc620857c
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ def inference_nvidia() -> ProviderFixture:
|
||||||
Provider(
|
Provider(
|
||||||
provider_id="nvidia",
|
provider_id="nvidia",
|
||||||
provider_type="remote::nvidia",
|
provider_type="remote::nvidia",
|
||||||
config=NVIDIAConfig().model_dump(),
|
config=NVIDIAConfig(api_key=get_env_or_fail("NVIDIA_API_KEY")).model_dump(),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue