mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 20:40:00 +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:
|
stack-config:
|
||||||
description: 'Stack configuration: "ci-tests" or "server:ci-tests"'
|
description: 'Stack configuration: "ci-tests" or "server:ci-tests"'
|
||||||
required: true
|
required: true
|
||||||
default: 'ci-tests'
|
|
||||||
provider:
|
provider:
|
||||||
description: 'Provider to use: "ollama" or "vllm"'
|
description: 'Provider to use: "ollama" or "vllm"'
|
||||||
required: true
|
required: true
|
||||||
default: 'ollama'
|
|
||||||
inference-mode:
|
inference-mode:
|
||||||
description: 'Inference mode: "record" or "replay"'
|
description: 'Inference mode: "record" or "replay"'
|
||||||
required: true
|
required: true
|
||||||
default: 'replay'
|
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
logs-path:
|
logs-path:
|
||||||
|
|
|
||||||
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
name: Integration Tests
|
name: Integration Tests
|
||||||
|
|
||||||
run-name: Run the integration test suite with Ollama
|
run-name: Run the integration test suite from tests/integration
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue