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
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'
The text was updated successfully, but these errors were encountered:
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:
log:
The text was updated successfully, but these errors were encountered: