Skip to content

Commit

Permalink
Merge pull request #242 from gridai/dev
Browse files Browse the repository at this point in the history
0.8.41 Release
  • Loading branch information
oojo12 authored May 6, 2022
2 parents d03d832 + dfdf158 commit 65e1fb1
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Processing times follow these general trends for each source type:
the source bucket and the total size of the datastore. For small datastore sizes,
(1-30GB), this process generally completes in less than 5 minutes. For larger, yet
reasonably sized datasets (less than the [current maximum datastore
size](../faq.md#datastore-size-limit)), this process can take up to half an hour.
size](../3_faq.md#datastore-size-limit)), this process can take up to half an hour.


## Inspecting Datastore Status Using the CLI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Explore the build logs to compare the logs of this Run to that of the vanilla Ru
For instructions on how to view the logs check out [viewing logs produced by Runs](https://docs.grid.ai/features/runs/Analyzing%20Runs/viewing-logs).

## Attaching Datastores to Runs
When working with large datasets, it may be faster and easier to store your data in a [Datastore](../../../datastores/1_README.md). Datastores are high-performance, low-latency, versioned, and scalable datasets which can be instantly mounted to any Session or Run.
When working with large datasets, it may be faster and easier to store your data in a [Datastore](../../../datastores/README.md). Datastores are high-performance, low-latency, versioned, and scalable datasets which can be instantly mounted to any Session or Run.

:::note
By default, Datastores are mounted at /datastores on a Session or Run.
Expand Down
7 changes: 5 additions & 2 deletions docs/getting-started/typical-workflow-web-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ Now that we all have the same data, let's start the real tutorial!
![](/images/examples/web-create-datastore.png)

\(Time: **2 minutes**\)
:::note
Use the datastore name `cifar5` in order to complete the tutorial successfully.
:::

In a realistic workflow, we would start here. The first thing you want to do is to create a **DATASTORE** on Grid with your dataset. The datastore will optimize your data for low-latency, and high-availability to any machine you run on Grid.

Expand Down Expand Up @@ -165,7 +168,7 @@ git clone https://github.com/PyTorchLightning/grid-tutorials.git
Install requirements + project

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

pip install -r requirements.txt
pip install -e .
Expand All @@ -175,7 +178,7 @@ now run the following command to train a resnet50 on 2 GPUs

```bash
python flash-image-classifier.py \
--data_dir ../cifar5
--data_dir /datastores/cifar5
--gpus 2 \
--epochs 4
```
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Make sure that your username has the right policies attached in order to user Gr
The created user and fetched credentials for should have IAMFullAccess privileges.

:::note
Reach out to us via [Slack](http://gridai-community.slack.com) or [email]([email protected]) if you have any issues creating the following AWS roles and policies. We're happy to help!
Reach out to us via [Slack](http://gridai-community.slack.com) or [email](mailto:[email protected]) if you have any issues creating the following AWS roles and policies. We're happy to help!
:::

#### A: Add Policies to Your Account
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const config = {
from:"/products/sessions"
},
{
to:"/platform/billing/billing-rates",
to:"/platform/Billing/billing-rates",
from:"/platform/billing-rates"
},
],
Expand Down

0 comments on commit 65e1fb1

Please sign in to comment.