Skip to content

Commit

Permalink
Improve installation steps
Browse files Browse the repository at this point in the history
This step is not required 
`pip install -e .`. The link below does not contain `setup.py` instructions.
https://github.com/Lightning-AI/grid-tutorials/tree/main/getting-started
  • Loading branch information
krishnakalyan3 authored Jul 6, 2022
1 parent e1f91cb commit 8d26aa6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/getting-started/typical-workflow-web-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,16 +177,14 @@ Install requirements + project

```yaml
cd grid-tutorials/getting-started

pip install -r requirements.txt
pip install -e .
```

now run the following command to train a resnet50 on 2 GPUs

```bash
python flash-image-classifier.py \
--data_dir /datastores/cifar5
--data_dir /datastores/cifar5 \
--gpus 2 \
--epochs 4
```
Expand Down

0 comments on commit 8d26aa6

Please sign in to comment.