Skip to content

Commit

Permalink
Remove duplicative pip install instructions from multi-node checkpoin…
Browse files Browse the repository at this point in the history
…t benchmark readme (#152)
  • Loading branch information
MattIrv authored Oct 16, 2024
1 parent f4f9c5b commit 6841bd3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dataflux_pytorch/benchmark/checkpointing/multinode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ This benchmarking script will allow you to run and benchmark the performance of

## Getting started

### Installation

```shell
pip install gcs-torch-dataflux gcsfs
```

### Configuration

First ensure you are running within a virtual python enviroment, make sure gcloud config project is set to correct value. Otherwise use the following command to set it
Expand Down Expand Up @@ -55,7 +49,7 @@ You will need to set the following environment variables in order for the benchm

### Installing Requirements:

* Install the requirements using following command `pip install -r dataflux_pytorch/benchmark/checkpointing/requirements.txt`; `pip install .`
* Install the requirements using following command `pip install -r dataflux_pytorch/benchmark/requirements.txt`; `pip install .`


### Checkpointing Strategy:
Expand Down

0 comments on commit 6841bd3

Please sign in to comment.