Skip to content

Commit

Permalink
Updated compose.yaml file in gaudi folder related to codegen
Browse files Browse the repository at this point in the history
Signed-off-by: sgurunat <[email protected]>
  • Loading branch information
sgurunat committed Nov 14, 2024
1 parent d961b30 commit bd97160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ services:
cap_add:
- SYS_NICE
ipc: host
command: --model-id ${LLM_MODEL_ID_CODEGEN} --max-input-length 1024 --max-total-tokens 2048
command: --enforce-eager --model $LLM_MODEL_ID_CODEGEN --tensor-parallel-size 1 --host 0.0.0.0 --port 80
llm_codegen:
image: ${REGISTRY:-opea}/llm-vllm:${TAG:-latest}
container_name: llm-vllm-server-codegen
Expand Down

0 comments on commit bd97160

Please sign in to comment.