Skip to content

Commit dd4c931

Browse files
committed
Support custom installed path for get,geekbench
1 parent af17b76 commit dd4c931

3 files changed

Lines changed: 1 addition & 8 deletions

File tree

script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MLCommons Automation Scripts
22

3-
*Last updated: 2026-03-20 16:46:03*
3+
*Last updated: 2026-03-20 17:33:41*
44

55
This directory contains automation scripts for MLPerf benchmarks, AI/ML workflows, and development operations.
66

script/get-geekbench/customize.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ def preprocess(i):
3232
package_name = f"Geekbench-{need_version}-WindowsSetup.exe"
3333
env['MLC_GEEKBENCH_NEED_EXTRACT'] = 'no'
3434
elif os_info['platform'] == 'linux':
35-
if env.get('MLC_GEEKBENCH_INSTALLED_PATH', '') != '':
36-
build_path = os.path.join(
37-
env['MLC_GEEKBENCH_INSTALLED_PATH'],
38-
f"build.{host_os_machine}")
39-
if os.path.exists(build_path):
40-
env['MLC_GEEKBENCH_INSTALLED_PATH'] = build_path
4135
if host_os_machine in ('aarch64', 'arm64'):
4236
arch_suffix = 'LinuxARMPreview'
4337
else:

script/get-geekbench/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ deps:
1010
- tags: detect,os
1111
- tags: detect,cpu
1212
input_mapping:
13-
version: MLC_VERSION
1413
local_file: MLC_GEEKBENCH_LOCAL_FILE
1514
new_env_keys:
1615
- MLC_GEEKBENCH_*

0 commit comments

Comments
 (0)