Skip to content

Polligator/tensorflow-nvidia-RTX-5090

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

tensorflow-nvidia-RTX-5090

0 install drivers

sudo apt-get install -y nvidia-open ## version 580

1 create a conda environment

conda create -n tensorflow python=3.11

2 activate the environment

conda activate tensorflow

3 install tensorflow-gpu

python -m pip install tensorflow[and-cuda]

4 install compiled tensorflow, download from: https://github.com/nhsmit/tensorflow-rtx-50-series/releases/tag/2.20.0dev

python -m pip install tensorflow-2.20.0.dev0+selfbuilt-cp311-cp311-linux_x86_64.whl

5 fix AttributeError: 'MessageFactory' object has no attribute 'GetPrototype', `GLIBCXX_3.4.30' not found

python -m pip install protobuf==5.28.3

conda install -c conda-forge libstdcxx-ng

#Tested working as of sep-26-2025, ubuntu 24.04

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors