TheEvergreenStateCollege / upper-division-cs-23-24

A Course in Data Structures & Algorithms, Purposeful Web Engineering, Software Construction
https://theevergreenstatecollege.github.io/upper-division-cs/
MIT License
9 stars 4 forks source link

circular import fuckery #1571

Closed whoIsStella closed 5 months ago

whoIsStella commented 5 months ago

Traceback (most recent call last): File "/workspaces/upper-division-cs/ai-24sp/assignments/whereismyprozac/week9/gpt_train.py", line 15, in from gpt_train import GPT_CONFIG_124M File "/workspaces/upper-division-cs/ai-24sp/assignments/whereismyprozac/week9/gpt_train.py", line 15, in from gpt_train import GPT_CONFIG_124M ImportError: cannot import name 'GPT_CONFIG_124M' from partially initialized module 'gpt_train' (most likely due to a circular import) (/workspaces/upper-division-cs/ai-24sp/assignments/whereismyprozac/week9/gpt_train.py)