Skip to content

Commit

Permalink
update: modal / optimum docker
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Nov 21, 2024
1 parent 28725ac commit 607151b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_modal_com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install modal
run: |
python -m pip install --upgrade pip
pip install modal==0.62.231
pip install modal==0.66.0
modal token set --token-id ${{ secrets.MODAL_TOKEN_ID }} --token-secret ${{ secrets.MODAL_TOKEN_SECRET }}
- name: Modal Deploy
Expand Down
2 changes: 1 addition & 1 deletion infra/modal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Run the following sequence of commands to deploy:

```bash
git clone https://github.com/michaelfeil/infinity
pip install modal
pip install modal==0.66.0
modal deploy --env main infra.modal.webserver
```

Expand Down
3 changes: 1 addition & 2 deletions libs/infinity_emb/Dockerfile.amd_auto
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ elif [ "$GPU_ARCH" = "gfx1100" ]; then \
&& cd /tmp-optimum \
&& python -m pip install .; \
else \
echo "Unsupported GPU_ARCH: ${GPU_ARCH}"; \
exit(1); \
echo "NO GPU_ARCH, skip optium: ${GPU_ARCH}"; \
fi


Expand Down

0 comments on commit 607151b

Please sign in to comment.