Skip to content

Commit

Permalink
Merge pull request #307 from gridai/dev
Browse files Browse the repository at this point in the history
Doc Release 0.8.70
  • Loading branch information
oojo12 authored Jul 6, 2022
2 parents c6853bd + b66ff10 commit 45df1ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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
6 changes: 3 additions & 3 deletions docs/platform/3_credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ example:

### 1. Generate Trust and Permission Policiess

First: run the `grid credentials create --type s3` command in order to find the required trust and
First: run the `grid credential create --type s3` command in order to find the required trust and
permission policies.

```
$ grid credentials create --type s3
$ grid credential create --type s3
Please refer the the the documentation for how to create an AWS role and
permission policy.
Expand Down Expand Up @@ -213,4 +213,4 @@ automatically pick the correct credential and create the Datastore from my priva
```
$ grid datastore create s3://gridai-demo-bucket/ --no-copy
Success!
```
```

0 comments on commit 45df1ec

Please sign in to comment.