Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: libnvJitLink.so.12: cannot open shared object file: No such file or directory #6

Open
sakuralrj opened this issue Oct 25, 2024 · 0 comments

Comments

@sakuralrj
Copy link

sh start_web_demo.sh
Traceback (most recent call last):
File "/home/shiminghao/AgriMa/src/web_demo.py", line 1, in
from llmtuner import create_web_demo
File "/home/shiminghao/AgriMa/src/llmtuner/init.py", line 3, in
from llmtuner.api import create_app
File "/home/shiminghao/AgriMa/src/llmtuner/api/init.py", line 1, in
from llmtuner.api.app import create_app
File "/home/shiminghao/AgriMa/src/llmtuner/api/app.py", line 24, in
from llmtuner.chat import ChatModel
File "/home/shiminghao/AgriMa/src/llmtuner/chat/init.py", line 1, in
from llmtuner.chat.chat_model import ChatModel
File "/home/shiminghao/AgriMa/src/llmtuner/chat/chat_model.py", line 1, in
import torch
File "/home/shiminghao/.conda/envs/agrima/lib/python3.10/site-packages/torch/init.py", line 368, in
from torch._C import * # noqa: F403
ImportError: libnvJitLink.so.12: cannot open shared object file: No such file or directory

出现了这个报错 是python 小版本问题吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant