AlanaRm-rf-me / Ai-forecast

Several various versions Of a variety of types and ways to predict price using tensor flow and pytorch
0 stars 0 forks source link

error: libdevice not found at ./libdevice.10.bc #7

Open cycle-five opened 1 day ago

cycle-five commented 1 day ago

So this is what the issue currently is, still googling

error: libdevice not found at ./libdevice.10.bc

Did you say there was something with directories that I needed to do?

AlanaRm-rf-me commented 1 day ago

It appears to me that you're having some driver issues can I have you try the following

check where libdevice is on your system

$ find / -type d -name nvvm 2>/dev/null /usr/lib/cuda/nvvm $ cd /usr/lib/cuda/nvvm /usr/lib/cuda/nvvm$ ls libdevice /usr/lib/cuda/nvvm$ cd libdevice /usr/lib/cuda/nvvm/libdevice$ ls libdevice.10.bc

And then set your environment variable like so export XLA_FLAGS=--xla_gpu_cuda_data_dir=/usr/lib/cuda #or (=/path/to/cuda) and let me know how that works