mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 14:28:04 +00:00
ci: run all APIs integration tests
We are now automatically building the list of integration test to run. In that process, eval and files and being tested now. Also, wait for ollama to be ready before the pull the model. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
9b7eecebcf
commit
ab2f3eeb42
3 changed files with 26 additions and 16 deletions
|
|
@ -215,6 +215,7 @@ def llama_stack_client(request, provider_data):
|
|||
return LlamaStackClient(
|
||||
base_url=base_url,
|
||||
provider_data=provider_data,
|
||||
timeout=int(os.environ.get("LLAMA_STACK_CLIENT_TIMEOUT", "30")),
|
||||
)
|
||||
|
||||
# check if this looks like a URL using proper URL parsing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue