File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ class ComfyuiEngine(Engine):
139
139
"base_image_host" :"public.ecr.aws" ,
140
140
"use_public_ecr" :True ,
141
141
"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" },
144
144
"default_cli_args" : " --max-total-tokens 16000 --max-concurrent-requests 10" ,
145
145
# "environment_variables": "export VLLM_ATTENTION_BACKEND=FLASHINFER && export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True"
146
146
}
You can’t perform that action at this time.
0 commit comments