Skip to content

Commit

Permalink
Merge pull request #2556 from d2l-ai/master
Browse files Browse the repository at this point in the history
Release 1.0.3 for vol1
  • Loading branch information
astonzhang committed Aug 18, 2023
2 parents 64b384d + 6093df2 commit b2e2ae3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions chapter_installation/index.md
Expand Up @@ -191,7 +191,7 @@ from the command line as follows:

```bash
mkdir d2l-en && cd d2l-en
curl https://d2l.ai/d2l-en-1.0.0.zip -o d2l-en.zip
curl https://d2l.ai/d2l-en-1.0.3.zip -o d2l-en.zip
unzip d2l-en.zip && rm d2l-en.zip
cd mxnet
```
Expand All @@ -204,7 +204,7 @@ cd mxnet

```bash
mkdir d2l-en && cd d2l-en
curl https://d2l.ai/d2l-en-1.0.0.zip -o d2l-en.zip
curl https://d2l.ai/d2l-en-1.0.3.zip -o d2l-en.zip
unzip d2l-en.zip && rm d2l-en.zip
cd pytorch
```
Expand All @@ -216,7 +216,7 @@ cd pytorch

```bash
mkdir d2l-en && cd d2l-en
curl https://d2l.ai/d2l-en-1.0.0.zip -o d2l-en.zip
curl https://d2l.ai/d2l-en-1.0.3.zip -o d2l-en.zip
unzip d2l-en.zip && rm d2l-en.zip
cd tensorflow
```
Expand All @@ -228,7 +228,7 @@ cd tensorflow

```bash
mkdir d2l-en && cd d2l-en
curl https://d2l.ai/d2l-en-1.0.0.zip -o d2l-en.zip
curl https://d2l.ai/d2l-en-1.0.3.zip -o d2l-en.zip
unzip d2l-en.zip && rm d2l-en.zip
cd jax
```
Expand Down
2 changes: 1 addition & 1 deletion config.ini
Expand Up @@ -175,7 +175,7 @@ reverse_alias =

other_file_s3urls = s3://d2l-webdata/releases/d2l-en/d2l-en-0.7.0.zip
s3://d2l-webdata/releases/d2l-en/d2l-en-0.7.1.zip
s3://d2l-webdata/releases/d2l-en/d2l-en-1.0.0.zip
s3://d2l-webdata/releases/d2l-en/d2l-en-1.0.3.zip

google_analytics_tracking_id = UA-96378503-10

Expand Down

0 comments on commit b2e2ae3

Please sign in to comment.