Skip to content

Commit 45df1ec

Browse files
authored
Merge pull request #307 from gridai/dev
Doc Release 0.8.70
2 parents c6853bd + b66ff10 commit 45df1ec

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/getting-started/typical-workflow-web-user.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,14 @@ Install requirements + project
177177

178178
```yaml
179179
cd grid-tutorials/getting-started
180-
181180
pip install -r requirements.txt
182-
pip install -e .
183181
```
184182

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

187185
```bash
188186
python flash-image-classifier.py \
189-
--data_dir /datastores/cifar5
187+
--data_dir /datastores/cifar5 \
190188
--gpus 2 \
191189
--epochs 4
192190
```

docs/platform/3_credentials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ example:
7070

7171
### 1. Generate Trust and Permission Policiess
7272

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

7676
```
77-
$ grid credentials create --type s3
77+
$ grid credential create --type s3
7878
Please refer the the the documentation for how to create an AWS role and
7979
permission policy.
8080
@@ -213,4 +213,4 @@ automatically pick the correct credential and create the Datastore from my priva
213213
```
214214
$ grid datastore create s3://gridai-demo-bucket/ --no-copy
215215
Success!
216-
```
216+
```

0 commit comments

Comments
 (0)