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
I tried to run the "train_transformer.py" and my PyCharm (under OS X) kicked me out and wrote the error:
"Traceback (most recent call last):
File "/Users/adrianrobak/Documents/GitHub/bachsformer3.0/train_transformer.py", line 5, in
from transformer_decoder_only.trainer import Trainer
File "/Users/adrianrobak/Documents/GitHub/bachsformer3.0/transformer_decoder_only/trainer.py", line 12, in
from mingpt.utils import CfgNode as CN
ModuleNotFoundError: No module named 'mingpt'"
When I tried to install mingpt (pip install mingpt), my terminal said:
"ERROR: Could not find a version that satisfies the requirement mingpt (from versions: none)
ERROR: No matching distribution found for mingpt"
Could you help me in that case, please?
I will appreciate your help.
Adrian
The text was updated successfully, but these errors were encountered:
Dear Coders,
I tried to run the "train_transformer.py" and my PyCharm (under OS X) kicked me out and wrote the error:
"Traceback (most recent call last):
File "/Users/adrianrobak/Documents/GitHub/bachsformer3.0/train_transformer.py", line 5, in
from transformer_decoder_only.trainer import Trainer
File "/Users/adrianrobak/Documents/GitHub/bachsformer3.0/transformer_decoder_only/trainer.py", line 12, in
from mingpt.utils import CfgNode as CN
ModuleNotFoundError: No module named 'mingpt'"
When I tried to install mingpt (pip install mingpt), my terminal said:
"ERROR: Could not find a version that satisfies the requirement mingpt (from versions: none)
ERROR: No matching distribution found for mingpt"
Could you help me in that case, please?
I will appreciate your help.
Adrian
The text was updated successfully, but these errors were encountered: