mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
adding back requests as dep
This commit is contained in:
parent
d8e864da34
commit
f47ebb54f8
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Provider `inline::meta-reference` for API `safety` does not work with the latest
|
|||
api=Api.safety,
|
||||
adapter=AdapterSpec(
|
||||
adapter_type="nvidia",
|
||||
pip_packages=[],
|
||||
pip_packages=["requests"],
|
||||
module="llama_stack.providers.remote.safety.nvidia",
|
||||
config_class="llama_stack.providers.remote.safety.nvidia.NVIDIASafetyConfig",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue