Skip to content

Commit b2e2ae3

Browse files
authored
Merge pull request #2556 from d2l-ai/master
Release 1.0.3 for vol1
2 parents 64b384d + 6093df2 commit b2e2ae3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

chapter_installation/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ from the command line as follows:
191191

192192
```bash
193193
mkdir d2l-en && cd d2l-en
194-
curl https://d2l.ai/d2l-en-1.0.0.zip -o d2l-en.zip
194+
curl https://d2l.ai/d2l-en-1.0.3.zip -o d2l-en.zip
195195
unzip d2l-en.zip && rm d2l-en.zip
196196
cd mxnet
197197
```
@@ -204,7 +204,7 @@ cd mxnet
204204

205205
```bash
206206
mkdir d2l-en && cd d2l-en
207-
curl https://d2l.ai/d2l-en-1.0.0.zip -o d2l-en.zip
207+
curl https://d2l.ai/d2l-en-1.0.3.zip -o d2l-en.zip
208208
unzip d2l-en.zip && rm d2l-en.zip
209209
cd pytorch
210210
```
@@ -216,7 +216,7 @@ cd pytorch
216216

217217
```bash
218218
mkdir d2l-en && cd d2l-en
219-
curl https://d2l.ai/d2l-en-1.0.0.zip -o d2l-en.zip
219+
curl https://d2l.ai/d2l-en-1.0.3.zip -o d2l-en.zip
220220
unzip d2l-en.zip && rm d2l-en.zip
221221
cd tensorflow
222222
```
@@ -228,7 +228,7 @@ cd tensorflow
228228

229229
```bash
230230
mkdir d2l-en && cd d2l-en
231-
curl https://d2l.ai/d2l-en-1.0.0.zip -o d2l-en.zip
231+
curl https://d2l.ai/d2l-en-1.0.3.zip -o d2l-en.zip
232232
unzip d2l-en.zip && rm d2l-en.zip
233233
cd jax
234234
```

config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ reverse_alias =
175175

176176
other_file_s3urls = s3://d2l-webdata/releases/d2l-en/d2l-en-0.7.0.zip
177177
s3://d2l-webdata/releases/d2l-en/d2l-en-0.7.1.zip
178-
s3://d2l-webdata/releases/d2l-en/d2l-en-1.0.0.zip
178+
s3://d2l-webdata/releases/d2l-en/d2l-en-1.0.3.zip
179179

180180
google_analytics_tracking_id = UA-96378503-10
181181

0 commit comments

Comments
 (0)