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

这里为什么出错了,怎么解决 #6372

Open
1 task done
jihnbnSS opened this issue Sep 8, 2024 · 0 comments
Open
1 task done

这里为什么出错了,怎么解决 #6372

jihnbnSS opened this issue Sep 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jihnbnSS
Copy link

jihnbnSS commented Sep 8, 2024

Describe the bug

我运行运行着错误了

Is there an existing issue for this?

  • I have searched the existing issues

Reproduction

点击了运行start_windows

Screenshot

No response

Logs

C:\Users\15729\Downloads\text-generation-webui-main\text-generation-webui-main\server.py:6 in <module>               │
│                                                                                                                      │
│     5                                                                                                                │
│ ❱   6 import accelerate  # This early import makes Intel GPUs happy                                                  │
│     7                                                                                                                │
│                                                                                                                      │
│ C:\Users\15729\Downloads\text-generation-webui-main\text-generation-webui-main\installer_files\env\Lib\site-packages │
│ \accelerate\__init__.py:16 in <module>                                                                               │
│                                                                                                                      │
│   15                                                                                                                 │
│ ❱ 16 from .accelerator import Accelerator                                                                            │
│   17 from .big_modeling import (                                                                                     │
│                                                                                                                      │
│ C:\Users\15729\Downloads\text-generation-webui-main\text-generation-webui-main\installer_files\env\Lib\site-packages │
│ \accelerate\accelerator.py:32 in <module>                                                                            │
│                                                                                                                      │
│     31                                                                                                               │
│ ❱   32 import torch                                                                                                  │
│     33 import torch.utils.hooks as hooks                                                                             │
│                                                                                                                      │
│ C:\Users\15729\Downloads\text-generation-webui-main\text-generation-webui-main\installer_files\env\Lib\site-packages │
│ \torch\__init__.py:139 in <module>                                                                                   │
│                                                                                                                      │
│    138                 err.strerror += f' Error loading "{dll}" or one of its dependencies.'                         │
│ ❱  139                 raise err                                                                                     │
│    140                                                                                                               │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
OSError: [WinError 126] 找不到指定的模块。 Error loading
"C:\Users\15729\Downloads\text-generation-webui-main\text-generation-webui-main\installer_files\env\Lib\site-packages\to
rch\lib\backend_with_compiler.dll" or one of its dependencies.

System Info

intel(r)
@jihnbnSS jihnbnSS added the bug Something isn't working label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant