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: docs/install/index.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,11 @@ This step is not mandatory. But the latest `pip` install requires this or else w
48
48
49
49
=== "Windows"
50
50
```bash
51
-
python3 -m venv mlcflow
51
+
python -m venv mlcflow
52
52
mlcflow\Scripts\activate.bat
53
+
```
54
+
Run as Administrator
55
+
```bash
53
56
git config --system core.longpaths true
54
57
```
55
58
@@ -60,9 +63,14 @@ If you are not using virtual ENV for installation, the latest `pip` install requ
60
63
```bash
61
64
pip install mlcflow
62
65
```
63
-
66
+
## Pull the Automation Repo
67
+
```bash
68
+
mlc pull repo mlcommons@mlperf-automations
69
+
```
70
+
* If you are forking https://github.com/mlcommons/mlperf-automations you can substitute the above command by `mlc pull repo <your_github_username>@mlperf-automations`.
71
+
64
72
!!! tip
65
-
If you want to pull the latest changes (recommended), please do `mlc pull repo`after the installation.
73
+
If you want to pull the latest changes (recommended), please do `mlc pull repo`periodically.
66
74
67
75
68
76
Now, you are ready to use the `mlc` commands. Currently, `mlc` is being used to automate the benchmark runs for:
0 commit comments