mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 22:57:13 +00:00
Fix docker failing to start container
This commit is contained in:
parent
52106d95d3
commit
83ede71e76
4 changed files with 22 additions and 11 deletions
|
|
@ -116,7 +116,7 @@ def available_providers() -> list[ProviderSpec]:
|
|||
adapter=AdapterSpec(
|
||||
adapter_type="fireworks",
|
||||
pip_packages=[
|
||||
"fireworks-ai",
|
||||
"fireworks-ai==0.17.16",
|
||||
],
|
||||
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