-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Tensorflow ML noteboook fails to run on GPU. The suggestions in the thread don't work.
To Reproduce
Steps to reproduce the behavior:
- In the jupyter hub instance terminal mamba install -c nvidia cuda-nvcc
- shutdown kernel of the notebooks if they were active
- Run the example in the thread or any example which uses TF.
- You will see either a
libdevice not foundorStatefulPartitionedCall_2
Expected behavior
Images prior to April (when the thread was posted) gave the StatefulPartitionedCall_2 error where as the latest images were giving the libdevice not found error
Docker Image Version
following images were tried:
libdevice not found error
2023.11.14
2023.10.24
StatefulPartitionedCall_2 error
2023.05.18
2023.04.15
2023.01.04
Infrastructure (Where you are running this image):
Additional context
The same notebook runs fine on the CPU Tensorflow ML notebooks
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working