mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 16:42:28 +00:00
minor
This commit is contained in:
parent
d0cd6280e6
commit
ea1b4abdd6
2 changed files with 1 additions and 4 deletions
|
|
@ -8,15 +8,12 @@ inputs:
|
|||
stack-config:
|
||||
description: 'Stack configuration: "ci-tests" or "server:ci-tests"'
|
||||
required: true
|
||||
default: 'ci-tests'
|
||||
provider:
|
||||
description: 'Provider to use: "ollama" or "vllm"'
|
||||
required: true
|
||||
default: 'ollama'
|
||||
inference-mode:
|
||||
description: 'Inference mode: "record" or "replay"'
|
||||
required: true
|
||||
default: 'replay'
|
||||
|
||||
outputs:
|
||||
logs-path:
|
||||
|
|
|
|||
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: Integration Tests
|
||||
|
||||
run-name: Run the integration test suite with Ollama
|
||||
run-name: Run the integration test suite from tests/integration
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue