Skip to content

Commit

Permalink
AvatarChatbot - fix tests script
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 Jan 15, 2025
1 parent d897625 commit 05df654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AvatarChatbot/docker_compose/amd/gpu/rocm/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
ipc: host
command: --model-id ${LLM_MODEL_ID} --max-input-length 4096 --max-total-tokens 8192
llm:
image: ${REGISTRY:-opea}/llm-tgi:${TAG:-latest}
image: ${REGISTRY:-opea}/llm-textgen:${TAG:-latest}
container_name: llm-tgi-server
depends_on:
- tgi-service
Expand Down

0 comments on commit 05df654

Please sign in to comment.