mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-27 06:28:50 +00:00
feat: disable post training in starter but keep the CI test
The default starter distro won't enable post_training by default, to activate the provider run the distro this env variable ENABLE_HUGGINGFACE=huggingface Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
49fa26949a
commit
3ddf8c1b84
3 changed files with 7 additions and 2 deletions
5
.github/workflows/integration-tests.yml
vendored
5
.github/workflows/integration-tests.yml
vendored
|
@ -101,6 +101,11 @@ jobs:
|
|||
|
||||
- name: Run Integration Tests
|
||||
env:
|
||||
OLLAMA_INFERENCE_MODEL: "llama3.2:3b-instruct-fp16" # for server tests
|
||||
ENABLE_OLLAMA: "ollama" # for server tests
|
||||
OLLAMA_URL: "http://0.0.0.0:11434"
|
||||
SAFETY_MODEL: "llama-guard3:1b"
|
||||
ENABLE_HUGGINGFACE: "huggingface"
|
||||
LLAMA_STACK_CLIENT_TIMEOUT: "300" # Increased timeout for eval operations
|
||||
# Use 'shell' to get pipefail behavior
|
||||
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue