timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
5.15k stars 643 forks source link

torch.geqrf on a CPU tensor #757

Closed TDL77 closed 1 year ago

TDL77 commented 1 year ago

RuntimeError: Calling torch.geqrf on a CPU tensor requires compiling PyTorch with LAPACK. Please use PyTorch built with LAPACK support.

RuntimeError: Calling torch.geqrf on a CPU tensor requires compiling PyTorch with LAPACK. Please use PyTorch built with LAPACK support.

TDL77 commented 1 year ago

i reinstall torch pip install https://download.pytorch.org/whl/cu116/torch-1.13.1%2Bcu116-cp310-cp310-win_amd64.whl , and all work !

os : Windows-10-10.0.19045-SP0 python : 3.10.10 tsai : 0.3.5 fastai : 2.7.11 fastcore : 1.5.29 torch : 1.13.1+cu116 # <<<--- device : 1 gpu (['NVIDIA GeForce RTX 3070 Ti Laptop GPU']) cpu cores : 14 threads per cpu : 1 RAM : 63.71 GB GPU memory : [8.0] GB