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
anaconda3/lib/python3.9/runpy.py:127: RuntimeWarning: 'gptq.bigcode' found in sys.modules after import of package 'gptq', but prior to execution of 'gptq.bigcode'; this may result in unpredictable behaviour
#48
Open
sigmareaver opened this issue
Jun 6, 2023
· 0 comments
I was going to post this on the gptq-for-llama repo, but it seems issues are turned off there.
Running: python -m gptq.bigcode
Results in:
anaconda3/lib/python3.9/runpy.py:127: RuntimeWarning: 'gptq.bigcode' found in sys.modules after import of package 'gptq', but prior to execution of 'gptq.bigcode'; this may result in unpredictable behaviour
I was going to post this on the gptq-for-llama repo, but it seems issues are turned off there.
Running:
python -m gptq.bigcode
Results in:
The comments on this may be helpful? https://stackoverflow.com/questions/42364598/setting-up-imports-and-init-py-in-a-multi-module-project
The text was updated successfully, but these errors were encountered: