Grigori Fursin
commited on
update
Browse files
README.md
CHANGED
@@ -7,8 +7,10 @@ license: apache-2.0
|
|
7 |
To process the semi-raw MLPerf data into the OpenMLPerf dataset, run the following command:
|
8 |
|
9 |
```bash
|
10 |
-
#
|
11 |
-
|
|
|
|
|
12 |
|
13 |
# Create a virtual environment
|
14 |
python -m venv .venv
|
|
|
7 |
To process the semi-raw MLPerf data into the OpenMLPerf dataset, run the following command:
|
8 |
|
9 |
```bash
|
10 |
+
# Untar raw files
|
11 |
+
|
12 |
+
bzip2 -d semi-raw-mlperf-data.tar.bz2
|
13 |
+
tar xvf semi-raw-mlperf-data.tar
|
14 |
|
15 |
# Create a virtual environment
|
16 |
python -m venv .venv
|