tmp workflow

This commit is contained in:
Xi Yan 2025-01-17 22:48:49 -08:00
parent 8c342e1876
commit e19840379b
4 changed files with 24 additions and 14 deletions

View file

@ -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")