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)
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)