You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Get a taste of *protocol-oriented differentiable programming*.
4
4
5
-
This repository hosts [Swift for TensorFlow](https://github.com/tensorflow/swift)'s deep learning library, available both as a part of Swift for TensorFlow toolchains and as a Swift package.
5
+
This repository hosts [Swift for TensorFlow](https://github.com/tensorflow/swift)'s deep learning library, available both as a part of Swift for TensorFlow toolchains and as a Swift package.
6
6
7
7
## Usage
8
8
@@ -112,6 +112,8 @@ and its argument are elided).
112
112
If `swiftc` is not in your `PATH`, you must specify the path to it using
113
113
`-D CMAKE_Swift_COMPILER=`.
114
114
115
+
To enable CUDA support, run `export TF_NEED_CUDA=1` before the steps below.
0 commit comments