Skip to content

Commit 94845ce

Browse files
committed
src/emd/models/engines.py
1 parent 8396248 commit 94845ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/emd/models/engines.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ class ComfyuiEngine(Engine):
139139
"base_image_host":"public.ecr.aws",
140140
"use_public_ecr":True,
141141
"docker_login_region":"us-east-1",
142-
# "model_files_modify_hook":"emd.models.utils.model_files_modify_hooks.replace_chat_template_hook",
143-
# "model_files_modify_hook_kwargs":{"chat_template":"emd/models/chat_templates/llama3d3_add_prefill_chat_templates.jinja"},
142+
"model_files_modify_hook":"emd.models.utils.model_files_modify_hooks.replace_chat_template_hook",
143+
"model_files_modify_hook_kwargs":{"chat_template":"emd/models/chat_templates/deepseek_r1_distill.jinja"},
144144
"default_cli_args": " --max-total-tokens 16000 --max-concurrent-requests 10",
145145
# "environment_variables": "export VLLM_ATTENTION_BACKEND=FLASHINFER && export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True"
146146
}

0 commit comments

Comments
 (0)