Skip to content

Commit 607151b

Browse files
committed
update: modal / optimum docker
1 parent 28725ac commit 607151b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/release_modal_com.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install modal
4141
run: |
4242
python -m pip install --upgrade pip
43-
pip install modal==0.62.231
43+
pip install modal==0.66.0
4444
modal token set --token-id ${{ secrets.MODAL_TOKEN_ID }} --token-secret ${{ secrets.MODAL_TOKEN_SECRET }}
4545
4646
- name: Modal Deploy

infra/modal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Run the following sequence of commands to deploy:
77

88
```bash
99
git clone https://github.com/michaelfeil/infinity
10-
pip install modal
10+
pip install modal==0.66.0
1111
modal deploy --env main infra.modal.webserver
1212
```
1313

libs/infinity_emb/Dockerfile.amd_auto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ elif [ "$GPU_ARCH" = "gfx1100" ]; then \
8383
&& cd /tmp-optimum \
8484
&& python -m pip install .; \
8585
else \
86-
echo "Unsupported GPU_ARCH: ${GPU_ARCH}"; \
87-
exit(1); \
86+
echo "NO GPU_ARCH, skip optium: ${GPU_ARCH}"; \
8887
fi
8988

9089

0 commit comments

Comments
 (0)