Skip to content

Commit

Permalink
DBQnA - fix test script for deploy application on AMD
Browse files Browse the repository at this point in the history
Signed-off-by: Chingis Yundunov <[email protected]>
  • Loading branch information
Chingis Yundunov authored and Chingis Yundunov committed Dec 17, 2024
1 parent 277d8cb commit 6af5ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBQnA/docker_compose/amd/gpu/rocm/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
security_opt:
- seccomp:unconfined
ipc: host
command: --model-id ${MODEL_ID}
command: --model-id ${MODEL_ID} --max-input-length 2048 --max-total-tokens 4096

postgres:
image: postgres:latest
Expand Down

0 comments on commit 6af5ff4

Please sign in to comment.