From 4398304b8e42e9f25d0b9eb64d800e0292054a71 Mon Sep 17 00:00:00 2001 From: ahxbcn <2092233074@qq.com> Date: Mon, 9 Mar 2026 10:27:21 +0800 Subject: [PATCH] fix: New image for submitting ABACUS job --- agents/matmaster_agent/sub_agents/ABACUS_agent/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/matmaster_agent/sub_agents/ABACUS_agent/constant.py b/agents/matmaster_agent/sub_agents/ABACUS_agent/constant.py index 6bbe754e..cb6cf3a0 100644 --- a/agents/matmaster_agent/sub_agents/ABACUS_agent/constant.py +++ b/agents/matmaster_agent/sub_agents/ABACUS_agent/constant.py @@ -15,7 +15,7 @@ ABACUS_CALCULATOR_BOHRIUM_EXECUTOR = copy.deepcopy(BohriumExecutor) ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile'][ 'image_address' -] = 'registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttools-matmaster-new-tool:v0.2.3' +] = 'registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttools-matmaster-out-log:v0.2.3' ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile'][ 'machine_type' ] = 'c32_m128_cpu'