From 3ea3e621ee68b00eed362f8a87cbea3992cc21d7 Mon Sep 17 00:00:00 2001 From: marcrasi Date: Mon, 14 Sep 2020 16:20:13 -0700 Subject: [PATCH 1/6] Add Ubuntu 20.04 toolchain to download page --- Installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Installation.md b/Installation.md index 04accde06eb..06d82fa0096 100644 --- a/Installation.md +++ b/Installation.md @@ -16,6 +16,7 @@ To install Swift for TensorFlow, download one of the packages below and follow t | [Ubuntu 18.04 (CPU Only)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.11/rc2/swift-tensorflow-RELEASE-0.11-ubuntu18.04.tar.gz) | v0.11 | August 11, 2020 | | [Ubuntu 18.04 (CUDA 10.2)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.11/rc2/swift-tensorflow-RELEASE-0.11-cuda10.2-cudnn7-ubuntu18.04.tar.gz) | v0.11 | August 11, 2020 | | [Ubuntu 18.04 (CUDA 10.1)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.11/rc2/swift-tensorflow-RELEASE-0.11-cuda10.1-cudnn7-ubuntu18.04.tar.gz) | v0.11 | August 11, 2020 | +| [Ubuntu 20.04 (CPU Only)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.11/rc2/swift-tensorflow-RELEASE-0.11-ubuntu20.04.tar.gz) | v0.11 | August 11, 2020 |
@@ -118,6 +119,7 @@ To install Swift for TensorFlow, download one of the packages below and follow t | [Ubuntu 18.04 (CPU) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-ubuntu18.04.tar.gz) | | [Ubuntu 18.04 (CPU, CUDA 10.2) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-cuda10.2-cudnn7-ubuntu18.04.tar.gz) | | [Ubuntu 18.04 (CPU, CUDA 10.1) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-cuda10.1-cudnn7-ubuntu18.04.tar.gz) | +| [Ubuntu 20.04 (CPU) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-20.04.tar.gz) | | [Windows (June 23, 2020)](https://storage.googleapis.com/azure-pipelines-storage/Swift%20for%20TensorFlow/Windows/s4tf-windows-x64-34189-20200623.1.exe) |
@@ -145,6 +147,11 @@ To install Swift for TensorFlow, download one of the packages below and follow t **Note:** Currently, the Xcode toolchains above only support macOS development. iOS/tvOS/watchOS are not supported. +**Note:** We cannot build Ubuntu 20.04 +[Ubuntu 20.04 Docker images with CUDNN](https://gitlab.com/nvidia/container-images/cuda/-/issues/83) are ready. In +the meantime, you may be able to run an Ubuntu 18.04 toolchain on Ubuntu 20.04 using the tips in +[#512](https://github.com/tensorflow/swift/issues/512). + # Using Downloads ## macOS From e1d08c690e433356c676c7da7e561d5669440b2e Mon Sep 17 00:00:00 2001 From: marcrasi Date: Mon, 14 Sep 2020 16:20:59 -0700 Subject: [PATCH 2/6] Update Installation.md --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 06d82fa0096..c2d26a605ed 100644 --- a/Installation.md +++ b/Installation.md @@ -119,7 +119,7 @@ To install Swift for TensorFlow, download one of the packages below and follow t | [Ubuntu 18.04 (CPU) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-ubuntu18.04.tar.gz) | | [Ubuntu 18.04 (CPU, CUDA 10.2) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-cuda10.2-cudnn7-ubuntu18.04.tar.gz) | | [Ubuntu 18.04 (CPU, CUDA 10.1) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-cuda10.1-cudnn7-ubuntu18.04.tar.gz) | -| [Ubuntu 20.04 (CPU) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-20.04.tar.gz) | +| [Ubuntu 20.04 (CPU) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-ubuntu20.04.tar.gz) | | [Windows (June 23, 2020)](https://storage.googleapis.com/azure-pipelines-storage/Swift%20for%20TensorFlow/Windows/s4tf-windows-x64-34189-20200623.1.exe) |
From 59c1526eb78d41b5ef478c4ce0255b75681a167a Mon Sep 17 00:00:00 2001 From: marcrasi Date: Mon, 14 Sep 2020 16:21:48 -0700 Subject: [PATCH 3/6] Update Installation.md --- Installation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index c2d26a605ed..8f73603d6ad 100644 --- a/Installation.md +++ b/Installation.md @@ -13,11 +13,10 @@ To install Swift for TensorFlow, download one of the packages below and follow t | Download | Version | Date | |----------|---------|------| | [Xcode 12](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.11/rc2/swift-tensorflow-RELEASE-0.11-osx.pkg) | v0.11 | August 11, 2020 | +| [Ubuntu 20.04 (CPU Only)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.11/rc2/swift-tensorflow-RELEASE-0.11-ubuntu20.04.tar.gz) | v0.11 | August 11, 2020 | | [Ubuntu 18.04 (CPU Only)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.11/rc2/swift-tensorflow-RELEASE-0.11-ubuntu18.04.tar.gz) | v0.11 | August 11, 2020 | | [Ubuntu 18.04 (CUDA 10.2)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.11/rc2/swift-tensorflow-RELEASE-0.11-cuda10.2-cudnn7-ubuntu18.04.tar.gz) | v0.11 | August 11, 2020 | | [Ubuntu 18.04 (CUDA 10.1)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.11/rc2/swift-tensorflow-RELEASE-0.11-cuda10.1-cudnn7-ubuntu18.04.tar.gz) | v0.11 | August 11, 2020 | -| [Ubuntu 20.04 (CPU Only)](https://storage.googleapis.com/swift-tensorflow-artifacts/releases/v0.11/rc2/swift-tensorflow-RELEASE-0.11-ubuntu20.04.tar.gz) | v0.11 | August 11, 2020 | -
Older Packages @@ -116,10 +115,10 @@ To install Swift for TensorFlow, download one of the packages below and follow t | Download | |----------| | [Xcode 12 (September 3, 2020)](https://storage.googleapis.com/swift-tensorflow-artifacts/macos-toolchains/swift-tensorflow-DEVELOPMENT-2020-09-03-a-osx.pkg) | +| [Ubuntu 20.04 (CPU) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-ubuntu20.04.tar.gz) | | [Ubuntu 18.04 (CPU) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-ubuntu18.04.tar.gz) | | [Ubuntu 18.04 (CPU, CUDA 10.2) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-cuda10.2-cudnn7-ubuntu18.04.tar.gz) | | [Ubuntu 18.04 (CPU, CUDA 10.1) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-cuda10.1-cudnn7-ubuntu18.04.tar.gz) | -| [Ubuntu 20.04 (CPU) (Nightly)](https://storage.googleapis.com/swift-tensorflow-artifacts/nightlies/latest/swift-tensorflow-DEVELOPMENT-ubuntu20.04.tar.gz) | | [Windows (June 23, 2020)](https://storage.googleapis.com/azure-pipelines-storage/Swift%20for%20TensorFlow/Windows/s4tf-windows-x64-34189-20200623.1.exe) |
From 0a3b61497d86280506d747bac86e6fbd6a6ef109 Mon Sep 17 00:00:00 2001 From: marcrasi Date: Mon, 14 Sep 2020 16:22:18 -0700 Subject: [PATCH 4/6] Update Installation.md --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 8f73603d6ad..0a7d2cd5069 100644 --- a/Installation.md +++ b/Installation.md @@ -146,7 +146,7 @@ To install Swift for TensorFlow, download one of the packages below and follow t **Note:** Currently, the Xcode toolchains above only support macOS development. iOS/tvOS/watchOS are not supported. -**Note:** We cannot build Ubuntu 20.04 +**Note:** We cannot build Ubuntu 20.04 until [Ubuntu 20.04 Docker images with CUDNN](https://gitlab.com/nvidia/container-images/cuda/-/issues/83) are ready. In the meantime, you may be able to run an Ubuntu 18.04 toolchain on Ubuntu 20.04 using the tips in [#512](https://github.com/tensorflow/swift/issues/512). From b66ab111ffb51d35956ae93a7e21c2efbcfc62b3 Mon Sep 17 00:00:00 2001 From: marcrasi Date: Mon, 14 Sep 2020 16:23:05 -0700 Subject: [PATCH 5/6] Update Installation.md --- Installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Installation.md b/Installation.md index 0a7d2cd5069..550adf2dfd6 100644 --- a/Installation.md +++ b/Installation.md @@ -110,6 +110,11 @@ To install Swift for TensorFlow, download one of the packages below and follow t
+**Note:** We cannot build Ubuntu 20.04 until +[Ubuntu 20.04 Docker images with CUDNN](https://gitlab.com/nvidia/container-images/cuda/-/issues/83) are ready. In +the meantime, you may be able to run an Ubuntu 18.04 toolchain on Ubuntu 20.04 using the tips in +[#512](https://github.com/tensorflow/swift/issues/512). + ## Development Snapshots | Download | @@ -146,11 +151,6 @@ To install Swift for TensorFlow, download one of the packages below and follow t **Note:** Currently, the Xcode toolchains above only support macOS development. iOS/tvOS/watchOS are not supported. -**Note:** We cannot build Ubuntu 20.04 until -[Ubuntu 20.04 Docker images with CUDNN](https://gitlab.com/nvidia/container-images/cuda/-/issues/83) are ready. In -the meantime, you may be able to run an Ubuntu 18.04 toolchain on Ubuntu 20.04 using the tips in -[#512](https://github.com/tensorflow/swift/issues/512). - # Using Downloads ## macOS From db5bfba28dd48a585dfea012c8eef02af75f8572 Mon Sep 17 00:00:00 2001 From: marcrasi Date: Mon, 14 Sep 2020 16:23:39 -0700 Subject: [PATCH 6/6] Update Installation.md --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 550adf2dfd6..ae8e6a6c495 100644 --- a/Installation.md +++ b/Installation.md @@ -110,9 +110,9 @@ To install Swift for TensorFlow, download one of the packages below and follow t
-**Note:** We cannot build Ubuntu 20.04 until +**Note:** We cannot build Ubuntu 20.04 toolchains with CUDA support until [Ubuntu 20.04 Docker images with CUDNN](https://gitlab.com/nvidia/container-images/cuda/-/issues/83) are ready. In -the meantime, you may be able to run an Ubuntu 18.04 toolchain on Ubuntu 20.04 using the tips in +the meantime, you may be able to run Ubuntu 18.04 toolchains on Ubuntu 20.04 using the tips in [#512](https://github.com/tensorflow/swift/issues/512). ## Development Snapshots