https://github.com/cedrickchee/tensorflow-community-builds
TensorFlow prebuilt binary (Python wheels) from source by the community.
https://github.com/cedrickchee/tensorflow-community-builds
binary cpp python tensorflow wheel
Last synced: 2 months ago
JSON representation
TensorFlow prebuilt binary (Python wheels) from source by the community.
- Host: GitHub
- URL: https://github.com/cedrickchee/tensorflow-community-builds
- Owner: cedrickchee
- License: mit
- Created: 2018-05-14T06:21:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T08:22:15.000Z (over 7 years ago)
- Last Synced: 2025-01-18T17:49:34.307Z (12 months ago)
- Topics: binary, cpp, python, tensorflow, wheel
- Homepage:
- Size: 73.1 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tensorflow Community Builds
This repo is a place to upload TensorFlow prebuilt binary from source.
## How to build TensorFlow sources into a TensorFlow binary
See this official [guide](https://www.tensorflow.org/install/install_sources) from TensorFlow team.
## Catalogue of Binaries (Python Wheels)
| Path | Compiler | CUDA/cuDNN | SIMD | Compute Capability | Notes |
|-|-|-|-|-|-|
| 1.8.0/py36/GPU/cuda91_cudnn71_avx2_fma_sse4 | GCC 5.4.0 | 9.1.85.3/7.1.3 | x86_64 | 3.7 | Python 3.6. Compiler optimization flags: -march=native. jemalloc enabled. No XLA, OpenCL, MPI support. NCCL 1.3.4. CXX flag: D_GLIBCXX_USE_CXX11_ABI=0 |