question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The minimum required Cuda capability is 6.0 for the binary C-API releases 1.14.0 and 1.15.0 (reopened)

See original GitHub issue

System information

  • OS Platform and Distribution: Arch Linux
  • TensorFlow installed from: binary
  • TensorFlow version: 1.15.0
  • Installed using: npm (tensorflow/tfjs-node-gpu)
  • GPU model and memory: GeForce 960M, compute capability: 5.0
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.82       Driver Version: 440.82       CUDA Version: 10.2     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 960M    Off  | 00000000:01:00.0 Off |                  N/A |
| N/A   48C    P0    N/A /  N/A |      0MiB /  2004MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

Describe the problem Cuda capability requirement is set to 6.0. Error:

Ignoring visible gpu device (device: 0, name: GeForce GTX 960M, pci bus id: 0000:01:00.0, compute capability: 5.0) with Cuda compute capability 5.0. The minimum required Cuda capability is 6.0.

This reopens the issue #36853 which is related to #25329.

Provide the exact sequence of commands / steps that you executed before running into the problem

  1. Create package.json containing {"dependencies": {"@tensorflow/tfjs-node-gpu": "^1.7.3"}}
  2. run npm install
  3. run some javascript using node const tf = require('@tensorflow/tfjs-node-gpu');

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:11

github_iconTop GitHub Comments

2reactions
mrpotescommented, May 28, 2020

I was playing along at home with @BenTheElder’s blog post playing with using TFJS, but hit this issue on my laptop with a Quadro M1200 Mobile with compute capability 5.0. It would be great to get a fix!

1reaction
Shadawncommented, Jul 3, 2020

I also encountered this issue with GeForce GTX 960M, CUDA capability 5

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tensorflow: Cuda compute capability 3.0. The minimum ...
I have installed Tensorflow revision 1.8. It recommends CUDA 9.0. I am using a GTX 650M card which has CUDA compute capability 3.0...
Read more >
806eb20768b6b8aafdd26d1d81... - Index of /pub - Fedora
Limit instruction set on x86_64 (bug #1405397) - update to 1.15.0 release ... update to 0.8.12 release - Set minimal Python required version...
Read more >
Release Notes — NumPy v1.16 Manual
This NumPy release is the last one to support Python 2.7 and will be maintained as a long term release with bug fixes...
Read more >
Release Notes — NumPy v1.17 Manual
3 Release Notes¶. This release contains fixes for bugs reported against NumPy 1.17.2 along with a some documentation improvements. The Python versions supported ......
Read more >
Open Source Used In Cisco Unified Contact Center Enterprise ...
This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found