Anima icon indicating copy to clipboard operation
Anima copied to clipboard

Error on first run

Open jalle007 opened this issue 6 months ago • 2 comments

(env) e:\AI\AirLLM>python airllm.py Traceback (most recent call last): File "e:\AI\AirLLM\airllm.py", line 1, in from airllm import AirLLMLlama2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "e:\AI\AirLLM\airllm.py", line 1, in from airllm import AirLLMLlama2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ImportError: cannot import name 'AirLLMLlama2' from partially initialized module 'airllm' (most likely due to a circular import) (e:\AI\AirLLM\airllm.py)

jalle007 avatar Dec 07 '23 20:12 jalle007

Can you please provide the whole source code file?

lyogavin avatar Dec 08 '23 00:12 lyogavin

Maybe rename your "airllm.py" to "test_airllm.py" and try again?

tangzhankun avatar Dec 09 '23 03:12 tangzhankun