Skip to content

Commit 021f2c2

Browse files
Chingis YundunovChingis Yundunov
Chingis Yundunov
authored and
Chingis Yundunov
committed
ChatQnA - add files deploy for benchmark
Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
1 parent ac1765b commit 021f2c2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ChatQnA/docker_compose/amd/gpu/rocm-vllm/compose_vllm_dev.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ services:
8989
- "/var/opea/chatqna-service/data:/data"
9090
shm_size: 128G
9191
devices:
92-
- "/dev/kfd:/dev/kfd"
93-
- "/dev/dri/${AMD_GPU_CARD_ID}:/dev/dri/${AMD_GPU_CARD_ID}"
94-
- "/dev/dri/${AMD_GPU_RENDER_ID}:/dev/dri/${AMD_GPU_RENDER_ID}"
92+
- /dev/kfd:/dev/kfd
93+
- /dev/dri/card40:/dev/dri/card40
94+
- /dev/dri/renderD168:/dev/dri/renderD168
95+
- /dev/dri/card32:/dev/dri/card32
96+
- /dev/dri/renderD160:/dev/dri/renderD160
9597
cap_add:
9698
- SYS_PTRACE
9799
group_add:

0 commit comments

Comments
 (0)