update the modal triton workflow
All checks were successful
Triton Modal Trigger / deploy-to-modal (push) Successful in 8s
All checks were successful
Triton Modal Trigger / deploy-to-modal (push) Successful in 8s
This commit is contained in:
@@ -20,8 +20,10 @@ jobs:
|
|||||||
- name: Deploy Triton model to Modal
|
- name: Deploy Triton model to Modal
|
||||||
run: |
|
run: |
|
||||||
echo "Deploying Triton..."
|
echo "Deploying Triton..."
|
||||||
cd workspace/sprint_1_2/CODEBASE/infra/implementation/triton_run
|
cd workspace
|
||||||
modal deploy triton_server.py
|
pwd
|
||||||
|
ls -la
|
||||||
|
|
||||||
env:
|
env:
|
||||||
MODAL_TOKEN_ID: ${{ secrets.MODAL_KEY }}
|
MODAL_TOKEN_ID: ${{ secrets.MODAL_KEY }}
|
||||||
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_SECRET }}
|
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_SECRET }}
|
||||||
Reference in New Issue
Block a user