mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 05:44:09 -07:00
Bump Triton docker to moyix/triton_with_ft:22.09
This version of the Docker image supports a wider range of cards (down to SM 6.0), so it should be compatible with older cards. The corresponding commit to build the image is a34df0f053
. Fixes #30 .
This commit is contained in:
parent
44b078aa50
commit
0fa041a9ea
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: '3.3'
|
version: '3.3'
|
||||||
services:
|
services:
|
||||||
triton:
|
triton:
|
||||||
image: moyix/triton_with_ft:22.06
|
image: moyix/triton_with_ft:22.09
|
||||||
command: bash -c "CUDA_VISIBLE_DEVICES=${GPUS} mpirun -n 1 --allow-run-as-root /opt/tritonserver/bin/tritonserver --model-repository=/model"
|
command: bash -c "CUDA_VISIBLE_DEVICES=${GPUS} mpirun -n 1 --allow-run-as-root /opt/tritonserver/bin/tritonserver --model-repository=/model"
|
||||||
shm_size: '2gb'
|
shm_size: '2gb'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue