Skip to content

Commit 4525d7d

Browse files
authored
Merge pull request #196 from ahxbcn/dev
fix: Update image and machine type used by ABACUS_agent
2 parents 1da94cb + c04ea54 commit 4525d7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agents/matmaster_agent/ABACUS_agent/constant.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR = copy.deepcopy(BohriumExecutor)
1616
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile'][
1717
'image_address'
18-
] = 'registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttools:v0.2-openmp'
18+
] = 'registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttoolsv:0.2.0-9f6921f-c32m128'
1919
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile'][
2020
'machine_type'
21-
] = 'c16_m32_cpu'
21+
] = 'c32_m128_cpu'
2222
ABACUS_CALCULATOR_BOHRIUM_STORAGE = copy.deepcopy(BohriumStorge)
2323

2424
EXECUTOR_MAP = {

0 commit comments

Comments
 (0)