Skip to content

Commit ee17a8c

Browse files
atalmanpytorchbot
authored andcommitted
Fix image display on pypi project description section (#166404)
Fixes #165559 Pull Request resolved: #166404 Approved by: https://github.com/malfet, https://github.com/Skylion007, https://github.com/Camyll (cherry picked from commit a25818c)
1 parent cbe1a35 commit ee17a8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![PyTorch Logo](https://github.com/pytorch/pytorch/blob/9708fcf92db88b80b9010c68662d634434da3106/docs/source/_static/img/pytorch-logo-dark.png)
1+
![PyTorch Logo](https://github.com/pytorch/pytorch/raw/main/docs/source/_static/img/pytorch-logo-dark.png)
22

33
--------------------------------------------------------------------------------
44

@@ -72,7 +72,7 @@ Elaborating Further:
7272

7373
If you use NumPy, then you have used Tensors (a.k.a. ndarray).
7474

75-
![Tensor illustration](https://github.com/pytorch/pytorch/blob/9708fcf92db88b80b9010c68662d634434da3106/docs/source/_static/img/tensor_illustration.png)
75+
![Tensor illustration](https://github.com/pytorch/pytorch/raw/main/docs/source/_static/img/tensor_illustration.png)
7676

7777
PyTorch provides Tensors that can live either on the CPU or the GPU and accelerates the
7878
computation by a huge amount.
@@ -99,7 +99,7 @@ from several research papers on this topic, as well as current and past work suc
9999
While this technique is not unique to PyTorch, it's one of the fastest implementations of it to date.
100100
You get the best of speed and flexibility for your crazy research.
101101

102-
![Dynamic graph](https://github.com/pytorch/pytorch/blob/9708fcf92db88b80b9010c68662d634434da3106/docs/source/_static/img/dynamic_graph.gif)
102+
![Dynamic graph](https://github.com/pytorch/pytorch/raw/main/docs/source/_static/img/dynamic_graph.gif)
103103

104104
### Python First
105105

0 commit comments

Comments
 (0)