-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c739098
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# TensorFlow Wheels | ||
This repository contains python linux wheels for TensorFlow. All of the | ||
wheels are compiled using the settings from the | ||
[Archlinux PKGBUILDs](https://github.com/archlinux/svntogit-community/blob/packages/tensorflow/trunk/PKGBUILD). | ||
|
||
| TF | Python | GPU | Compute | CUDA | cuDNN | AVX2 | MKL | TensorRT | File | | ||
|-|-|-|-|-|-|-|-|-|-| | ||
| 1.14.1 | 3.8 | :heavy_check_mark: | 7.x | 10.2 | 7 | :heavy_check_mark: | :heavy_check_mark: | 6 | [tensorflow_gpu-1.14.1-cp38-cp38-linux_x86_64.whl]() | | ||
| 1.15.0 | 3.8 | :heavy_check_mark: | 7.x | 10.2 | 7 | :heavy_check_mark: | :heavy_check_mark: | 6 | [tensorflow_gpu-1.15.0-cp38-cp38-linux_x86_64.whl]() | | ||
| 2.1.0 | 3.8 | :heavy_check_mark: | 7.x | 10.2 | 7 | :heavy_check_mark: | :heavy_check_mark: | 6 | [tensorflow_gpu-2.1.0-cp38-cp38-linux_x86_64.whl]() | |