mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 12:21:52 +00:00
Use the lower-level generate_stream()
method for correct tool calling
This commit is contained in:
parent
f355b9b844
commit
046afcb945
2 changed files with 80 additions and 70 deletions
|
@ -39,7 +39,7 @@ def available_inference_providers() -> List[ProviderSpec]:
|
|||
api=Api.inference,
|
||||
adapter=AdapterSpec(
|
||||
adapter_id="tgi",
|
||||
pip_packages=["huggingface-hub"],
|
||||
pip_packages=["text-generation"],
|
||||
module="llama_toolchain.inference.adapters.tgi",
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue