You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: script/app-mlperf-inference/README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# README for app-mlperf-inference
2
-
This README is automatically generated. Add custom content in [info.md](info.md). Please follow the [script execution document](https://docs.mlcommons.org/mlcflow/targets/script/execution-flow/) to understand more about the MLC script execution.
2
+
This README is automatically generated. Create and add custom content in info.md. Please follow the [script execution document](https://docs.mlcommons.org/mlcflow/targets/script/execution-flow/) to understand more about the MLC script execution.
3
3
4
4
`mlcflow` stores all local data under `$HOME/MLC` by default. So, if there is space constraint on the home directory and you have more space on say `/mnt/$USER`, you can do
|`--output`| Output from the script passed using the env key `MLC_OUTPUT`|| `` |
86
86
|`--outdirname`| The directory to store the script output ||`cache directory ($HOME/MLC/repos/local/cache/<>) if the script is cacheable or else the current directory`|
87
87
|`--outbasename`| The output file/folder name || `` |
88
+
|`--search_folder_path`| The folder path where executables of a given script need to be searched. Search is done recursively upto 4 levels. || `` |
88
89
|`--name`||| `` |
89
90
|`--extra_cache_tags`| Extra cache tags to be added to the cached entry when the script results are saved || `` |
90
91
|`--skip_compile`| Skip compilation ||`False`|
91
92
|`--skip_run`| Skip run ||`False`|
93
+
|`--skip_sudo`| Skip SUDO detection ||`False`|
92
94
|`--accept_license`| Accept the required license requirement to run the script ||`False`|
93
95
|`--skip_system_deps`| Skip installing any system dependencies ||`False`|
0 commit comments