mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 04:44:32 +00:00
tmp workflow
This commit is contained in:
parent
8c342e1876
commit
e19840379b
4 changed files with 24 additions and 14 deletions
9
.github/workflows/publish-to-docker.yml
vendored
9
.github/workflows/publish-to-docker.yml
vendored
|
|
@ -85,6 +85,15 @@ jobs:
|
|||
run: |
|
||||
docker images
|
||||
|
||||
- name: Start up built docker image
|
||||
run: |
|
||||
cd distributions/together
|
||||
docker compose up
|
||||
|
||||
- name: Start up built docker image
|
||||
run: |
|
||||
llama-stack-client models list
|
||||
|
||||
- name: Push to dockerhub
|
||||
run: |
|
||||
TEMPLATES=("ollama" "bedrock" "remote-vllm" "fireworks" "together" "tgi" "meta-reference-gpu")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue