We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304e904 commit 27dee76Copy full SHA for 27dee76
1 file changed
script/get-geekbench/customize.py
@@ -49,7 +49,8 @@ def preprocess(i):
49
50
logger.info(f"{recursion_spaces} # Prepared package URL: {base_url}")
51
52
- # Set env vars that will be picked up by the download-and-extract prehook dep
+ # Set env vars that will be picked up by the download-and-extract prehook
53
+ # dep
54
env['MLC_GEEKBENCH_PACKAGE_URL'] = base_url
55
env['MLC_GEEKBENCH_PACKAGE_NAME'] = package_name
56
env['MLC_GEEKBENCH_VERSION_MAJOR'] = version_major
0 commit comments