mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 11:39:47 +00:00
add <= for the pinned version
This commit is contained in:
parent
5822ab4d13
commit
f9bb306229
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ def available_providers() -> list[ProviderSpec]:
|
|||
adapter=AdapterSpec(
|
||||
adapter_type="fireworks",
|
||||
pip_packages=[
|
||||
"fireworks-ai==0.17.16",
|
||||
"fireworks-ai<=0.18.0",
|
||||
],
|
||||
module="llama_stack.providers.remote.inference.fireworks",
|
||||
config_class="llama_stack.providers.remote.inference.fireworks.FireworksImplConfig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue