google-research / timesfm

TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.
https://research.google/blog/a-decoder-only-foundation-model-for-time-series-forecasting/
Apache License 2.0
3.02k stars 228 forks source link

Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory #48

Closed forhonourlx closed 1 month ago

forhonourlx commented 1 month ago

Try to install timesfm in docker, using conda env create --file=environment.yml conda activate tfm_env pip install -e . get:

>>> import timesfm
2024-05-22 12:33:11.430855: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory

Installation is rather difficult, could you offer a docker image or in any certain way? Thanks inadvance.

rajatsen91 commented 1 month ago

The model should still run despite this warning.

forhonourlx commented 1 month ago

The model should still run despite this warning.

Despite GPU is not available?