Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicative pip install instructions from multi-node checkpoint benchmark readme #152

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
MattIrv marked this conversation as resolved.
Show resolved Hide resolved
```

### 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