Skip to content

Commit

Permalink
Merge pull request #19 from mlcommons/main
Browse files Browse the repository at this point in the history
Cherrypick Readme changes to release branch
  • Loading branch information
johnugeorge authored Apr 8, 2023
2 parents bd21330 + e232dd7 commit 2a837ba
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sudo apt-get install mpich
Clone the latest release from [MLCommons Storage](https://github.com/mlcommons/storage) repository and install Python dependencies.

```bash
git clone -b v0.5-rc0 --recurse-submodules https://github.com/mlcommons/storage.git
git clone -b v0.5-rc1 --recurse-submodules https://github.com/mlcommons/storage.git
cd storage
pip3 install -r dlio_benchmark/requirements.txt
```
Expand Down Expand Up @@ -300,10 +300,3 @@ Below table displays the list of configurable paramters for the benchmark.
| storage.storage_root | The storage root directory | ./|
| storage.storage_type | The storage type |local_fs|


## Releases

### [v0.5-rc0](https://github.com/mlcommons/storage/releases/tag/v0.5-rc0) (2022-02-03)

First MLPerf Storage benchmark preview release

0 comments on commit 2a837ba

Please sign in to comment.