File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Getting Started with MLC Script Automation
2
2
3
+ ## Install MLC Scripts
4
+ ```
5
+ pip install mlc-scripts
6
+ ```
7
+
8
+ For more customized installation you can see [ here] ( https://docs.mlcommons.org/mlcflow/install/ )
9
+
3
10
## Running MLC Scripts
4
11
5
12
To execute a simple script in MLC that captures OS details, use the following command:
@@ -12,7 +19,6 @@ mlcr detect,os -j
12
19
This command gathers details about the system on which it's run, such as:
13
20
14
21
``` json
15
- $ mlcr detect,os -j
16
22
[2025 -02-03 04 :57:23,449 main.py:694 INFO ] - Repos path for Index: /home/arjun/MLC/repos
17
23
[2025 -02-03 04 :57:24,167 main.py:837 INFO ] - Shared index for script saved to /home/arjun/MLC/repos/index_script.json.
18
24
[2025 -02-03 04 :57:24,167 main.py:837 INFO ] - Shared index for cache saved to /home/arjun/MLC/repos/index_cache.json.
You can’t perform that action at this time.
0 commit comments