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

ModuleNotFoundError: No module named 'prompts.bug_search' #4

Open
Jiseongggg opened this issue Feb 24, 2025 · 3 comments
Open

ModuleNotFoundError: No module named 'prompts.bug_search' #4

Jiseongggg opened this issue Feb 24, 2025 · 3 comments

Comments

@Jiseongggg
Copy link

Jiseongggg commented Feb 24, 2025

In SmartInv/verifier/infer_upgrade.py, the 15th line contains 'from prompts.bug_search import search'.
There are no files related to bug_search in the prompts directory.
So I can't run this tool.

command:

python smartinv.py --exp1 True

log:

The installed version of bitsandbytes was compiled without GPU support. 8-bit optimizers, 8-bit multiplication, and GPU quantization are unavailable.
Traceback (most recent call last):
  File "/home/jisung/SmartInv/smartinv.py", line 39, in <module>
    from verifier.infer_upgrade import (
  File "/home/jisung/SmartInv/verifier/infer_upgrade.py", line 15, in <module>
    from prompts.bug_search import search
ModuleNotFoundError: No module named 'prompts.bug_search'
@BaiHe7M
Copy link

BaiHe7M commented Feb 24, 2025

i face this problem ,too.

@JerryPW
Copy link

JerryPW commented Feb 25, 2025

i face this problem, too.

1 similar comment
@JohnyAnderson
Copy link

i face this problem, too.

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

4 participants