You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 小版本问题吗
The text was updated successfully, but these errors were encountered:
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 小版本问题吗
The text was updated successfully, but these errors were encountered: