-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set CUDA location? #1219
Comments
Hello 👋 Thank you for taking the time to open this issue with recognize. I know it's frustrating when software I look forward to working with you on this issue |
In case if you use Docker, this might be an easier approach as I've spent significant amount of time getting it to work, hence shared to save time for others: It has all set up and working and is being from source images from nVIDIA, PHP, Nextcloud. |
Which version of recognize are you using?
8.1.1
Enabled Modes
Object recognition, Face recognition, Video recognition, Music recognition
TensorFlow mode
GPU mode
Downstream App
Files App
Which Nextcloud version do you have installed?
30.0.2
Which Operating system do you have installed?
Fedora 41
Which database are you running Nextcloud on?
Postgresql 16
Which Docker container are you using to run Nextcloud? (if applicable)
None
How much RAM does your server have?
128GB
What processor Architecture does your CPU have?
x86_64
Describe the Bug
I am trying to use GPU mode with a Nvidia 2080 GPU. the install is bare metal. Everything appears to be green/work up until CUDA.
I am using fedora with selinux in permissive mode.
Current error:
Successfully loaded libtensorflow in Node.js, but couldn't load GPU. Make sure CUDA Toolkit and cuDNN are installed and accessible, or turn off GPU mode.
When using CUDA, I have to specify the path location in .bashrc for my regular users. I'm assuming this is the issue with Nextcloud/Recognize. If I do not specify this in the .bashrc cuda refuses to work/compile.
The path should be:
Is there a way to set this in the recognize app?
Expected Behavior
works as expected
To Reproduce
N/A
Debug log
N/A
The text was updated successfully, but these errors were encountered: