Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan committed Dec 5, 2023
1 parent 0a1c9fb commit 77f40c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/update-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ jobs:
- name: Build and push
run: |
if [ "${MODEL_RUNTIME}" == "-" ]; then
export MODEL_RUNTIME=""
echo "MODEL_RUNTIME=''" >> $GITHUB_ENV
fi
echo MODEL_NAME ${MODEL_NAME}
echo MODEL_SIZE ${MODEL_SIZE}
echo MODEL_TYPE ${MODEL_TYPE}
echo MODEL_RUNTIME ${MODEL_RUNTIME}
docker buildx build . -t ghcr.io/sozercan/${MODEL_NAME}:${MODEL_SIZE}${MODEL_RUNTIME} \
-f models/${{ matrix.model }}.yaml \
--load --progress plain \
Expand Down

0 comments on commit 77f40c0

Please sign in to comment.