mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 13:32:00 +00:00
setup env vars, fix ollama model reference
This commit is contained in:
parent
522d62d631
commit
12ea3cb442
4 changed files with 28 additions and 15 deletions
2
.github/actions/setup-ollama/action.yml
vendored
2
.github/actions/setup-ollama/action.yml
vendored
|
|
@ -12,7 +12,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
if [ "${{ inputs.run-vision-tests }}" == "true" ]; then
|
||||
image="ollama/ollama-with-vision-model"
|
||||
image="ollama-with-vision-model"
|
||||
else
|
||||
image="ollama-with-models"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue