Skip to content

Commit 07cdb25

Browse files
authored
Merge pull request #32 from PunKeel/patch-1
Fix download links for TF1.6 GPU
2 parents 86f6bbf + d8a7034 commit 07cdb25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ Version | Python | Arch | Link
9898
1.6 | 2.7 | CPU | https://github.com/mind/wheels/releases/download/tf1.6-cpu/tensorflow-1.6.0-cp27-cp27mu-linux_x86_64.whl
9999
1.6 | 3.5 | CPU | https://github.com/mind/wheels/releases/download/tf1.6-cpu/tensorflow-1.6.0-cp35-cp35m-linux_x86_64.whl
100100
1.6 | 3.6 | CPU | https://github.com/mind/wheels/releases/download/tf1.6-cpu/tensorflow-1.6.0-cp36-cp36m-linux_x86_64.whl
101-
1.6 | 2.7 | GPU | https://github.com/mind/wheels/releases/download/tf1.6-gpu/tensorflow-1.6.0-cp27-cp27mu-linux_x86_64.whl
102-
1.6 | 3.5 | GPU | https://github.com/mind/wheels/releases/download/tf1.6-gpu/tensorflow-1.6.0-cp35-cp35m-linux_x86_64.whl
103-
1.6 | 3.6 | GPU | https://github.com/mind/wheels/releases/download/tf1.6-gpu/tensorflow-1.6.0-cp36-cp36m-linux_x86_64.whl
101+
1.6 | 2.7 | GPU | https://github.com/mind/wheels/releases/download/tf1.6-gpu-cuda91/tensorflow-1.6.0-cp27-cp27mu-linux_x86_64.whl
102+
1.6 | 3.5 | GPU | https://github.com/mind/wheels/releases/download/tf1.6-gpu-cuda91/tensorflow-1.6.0-cp35-cp35m-linux_x86_64.whl
103+
1.6 | 3.6 | GPU | https://github.com/mind/wheels/releases/download/tf1.6-gpu-cuda91/tensorflow-1.6.0-cp36-cp36m-linux_x86_64.whl
104104

105105
## Help!
106106

0 commit comments

Comments
 (0)