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'
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: