# tensorflow-wheels **Repository Path**: RobbiNespu/tensorflow-wheels ## Basic Information - **Project Name**: tensorflow-wheels - **Description**: A collection of tensorflow wheels compiled for fedora 28 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-13 - **Last Updated**: 2021-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tensorflow-wheels A collection of tensorflow wheels compiled for fedora 28 Fedora 28 comes with CUDA 9.1 which isn't compatible with the current version of tensorflow-gpu. In order to run tensorflow-gpu, it needs to be compiled from source, which poses another challenge on Fedora 28 - i.e. it requires CUDA compilation which isn't supported by gcc 8 that comes as a default version of gcc on Fedora 28. ### Note For some reason, I'm unable to rename the .whl files; hence moved it to a more decriptive directory. ## Installation Navigate to the appropriate directory based on the dependencies available on your machine ``` pip install tensorflow-1.8.0-cp36-cp36m-linux_x86_64.whl ``` ## Compiled versions ### tf-gpu-1.8-cp36-CUDA-9.1-cuDNN-7.1/tensorflow-1.8.0-cp36-cp36m-linux_x86_64.whl tensorflow-gpu with CUDA 9.1, Compute capability 6.1, CudNN 7.1; compiled using gcc 7.3.0