Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit ed893f3

Browse files
author
ematejska
authored
Releasing 0.7 (#389)
1 parent a86535c commit ed893f3

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

Installation.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,23 @@ To install Swift for TensorFlow, download one of the packages below and follow t
66
- If you want to modify the Swift for TensorFlow source code or build with a custom version of TensorFlow, see [here](https://github.com/apple/swift/blob/tensorflow/README.md) for instructions on building from source.
77
- Swift for TensorFlow is an early stage project. It has been released to enable open source development and is not yet ready for general use by machine learning developers.
88

9+
910
## Releases
1011

12+
[Release notes for v0.7.0](https://drive.google.com/file/d/1QdBFCyS1RstReztwVEGNJsLY8fHAPfxv/view?usp)
13+
14+
| Download | Version | Date |
15+
|----------|---------|------|
16+
| [Xcode 11](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.7/rc2/swift-tensorflow-RELEASE-0.7-osx.pkg) | v0.7.0 | Feb 12, 2020 |
17+
| [Ubuntu 18.04 (CPU Only)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.7/rc2/swift-tensorflow-RELEASE-0.7-ubuntu18.04.tar.gz) | v0.7.0 | Feb 12, 2020 |
18+
| [Ubuntu 18.04 (CUDA 10.1)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.7/rc2/swift-tensorflow-RELEASE-0.7-cuda10.1-cudnn7-ubuntu18.04.tar.gz) | v0.7.0 | Feb 12, 2020 |
19+
| [Ubuntu 18.04 (CUDA 10.0)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.7/rc2/swift-tensorflow-RELEASE-0.7-cuda10.0-cudnn7-ubuntu18.04.tar.gz) | v0.7.0 | Feb 12, 2020|
20+
| [Ubuntu 18.04 (CUDA 9.2)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.7/rc2/swift-tensorflow-RELEASE-0.7-cuda9.2-cudnn7-ubuntu18.04.tar.gz) | v0.7.0 | Feb 12, 2020 |
21+
22+
23+
<details>
24+
<summary>Older Packages</summary>
25+
1126
[Release notes for v0.6.0](https://docs.google.com/document/d/1LihPvZRzbncMZtXnhhWzUNWzI_FOFee_RgcyjLjh6Cs/edit)
1227

1328
| Download | Version | Date |
@@ -18,22 +33,6 @@ To install Swift for TensorFlow, download one of the packages below and follow t
1833
| [Ubuntu 18.04 (CUDA 10.0)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.6/rc2/deduped/swift-tensorflow-RELEASE-0.6-cuda10.0-cudnn7-ubuntu18.04.tar.gz) | v0.6.0 | Dec 10, 2019 |
1934
| [Ubuntu 18.04 (CUDA 9.2)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.6/rc2/swift-tensorflow-RELEASE-0.6-cuda9.2-cudnn7-ubuntu18.04.tar.gz) | v0.6.0 | Dec 10, 2019 |
2035

21-
## Release Candidates
22-
23-
[Release notes for v0.7.0](https://drive.google.com/file/d/1QdBFCyS1RstReztwVEGNJsLY8fHAPfxv/view?usp)
24-
25-
| Download | Version | Date |
26-
|----------|---------|------|
27-
| [Xcode 11](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.7/rc2/swift-tensorflow-RELEASE-0.7-osx.pkg) | v0.7-rc2 | Feb 12, 2020 |
28-
| [Ubuntu 18.04 (CPU Only)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.7/rc2/swift-tensorflow-RELEASE-0.7-ubuntu18.04.tar.gz) | v0.7-rc2 | Feb 12, 2020 |
29-
| [Ubuntu 18.04 (CUDA 10.1)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.7/rc2/swift-tensorflow-RELEASE-0.7-cuda10.1-cudnn7-ubuntu18.04.tar.gz) | v0.7-rc2 | Feb 12, 2020 |
30-
| [Ubuntu 18.04 (CUDA 10.0)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.7/rc2/swift-tensorflow-RELEASE-0.7-cuda10.0-cudnn7-ubuntu18.04.tar.gz) | v0.7-rc2 | Feb 12, 2020|
31-
| [Ubuntu 18.04 (CUDA 9.2)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.7/rc2/swift-tensorflow-RELEASE-0.7-cuda9.2-cudnn7-ubuntu18.04.tar.gz) | v0.7-rc2 | Feb 12, 2020 |
32-
33-
34-
<details>
35-
<summary>Older Packages</summary>
36-
3736
[Release notes for v0.5.0](https://docs.google.com/document/d/1p8daaIFswkOwbhmdwLJ7NRWzX0uY9jMZYRfRH0EymV8/edit)
3837

3938
| Download | Version | Date |

0 commit comments

Comments
 (0)