File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ from the command line as follows:
191191
192192``` bash
193193mkdir 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
195195unzip d2l-en.zip && rm d2l-en.zip
196196cd mxnet
197197```
@@ -204,7 +204,7 @@ cd mxnet
204204
205205``` bash
206206mkdir 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
208208unzip d2l-en.zip && rm d2l-en.zip
209209cd pytorch
210210```
@@ -216,7 +216,7 @@ cd pytorch
216216
217217``` bash
218218mkdir 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
220220unzip d2l-en.zip && rm d2l-en.zip
221221cd tensorflow
222222```
@@ -228,7 +228,7 @@ cd tensorflow
228228
229229``` bash
230230mkdir 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
232232unzip d2l-en.zip && rm d2l-en.zip
233233cd jax
234234```
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ reverse_alias =
175175
176176other_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
180180google_analytics_tracking_id = UA-96378503-10
181181
You can’t perform that action at this time.
0 commit comments