HKUDS / GraphGPT

[SIGIR'2024] "GraphGPT: Graph Instruction Tuning for Large Language Models"
https://arxiv.org/abs/2310.13023
Apache License 2.0
521 stars 39 forks source link

ImportError: libc10_cuda.so: cannot open shared object file: No such file or directory ImportError: ImportErrorlibc10_cuda.so: cannot open shared object file: No such file or directory: libc10_cuda.so: cannot open shared object file: No such file or directory #13

Closed kunupup closed 8 months ago

kunupup commented 10 months ago

how to solve this error ,do you have any experience of this ,thanks

kunupup commented 10 months ago

i reinstall torch ,but there is a new error: RuntimeError: CUDA Setup failed despite GPU being available. Please run the following command to get more information:

    python -m bitsandbytes

    Inspect the output of the command and see if you can locate CUDA libraries. You might need to add them
    to your LD_LIBRARY_PATH. If you suspect a bug, please take the information from python -m bitsandbytes
    and open an issue at: https://github.com/TimDettmers/bitsandbytes/issues
tjb-tech commented 10 months ago

libraries

Thank you for your feedback. Actually it's an error not related to GraphGPT. The original error of ImportError: libc10_cuda.so: means that the absence of some cuda kernel in your torch. And the new error means that the process of installing bitsandbytes may be wrong. Maybe you can uninstall the bitsandbytes and re-install it.

kunupup commented 10 months ago

AttributeError: 'GraphLlamaConfig' object has no attribute 'pretrain_graph_model_path'

tjb-tech commented 8 months ago

AttributeError: 'GraphLlamaConfig' object has no attribute 'pretrain_graph_model_path'

Thank you for your interest in our GraphGPT. I apologize for the delayed response due to the academic workload at the end of the semester. Please refer to issue #7. Hope my answer is help for you. Wishing you an early Merry Christmas!