Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Hi, when i try to run it, it shows the error below #3

Open
HoxtonR opened this issue Jul 7, 2022 · 1 comment
Open

Hi, when i try to run it, it shows the error below #3

HoxtonR opened this issue Jul 7, 2022 · 1 comment

Comments

@HoxtonR
Copy link

HoxtonR commented Jul 7, 2022

Traceback (most recent call last):
File "C:\Users\HoxtonR\Desktop\LaMDA\LaMDA-pytorch-main\test.py", line 1, in
from lamda_pytorch.lamda_pytorch import LaMDA
File "C:\Users\HoxtonR\Desktop\LaMDA\LaMDA-pytorch-main\lamda_pytorch_init_.py", line 1, in
from lamda_pytorch.lamda_pytorch import LaMDA
File "C:\Users\HoxtonR\Desktop\LaMDA\LaMDA-pytorch-main\lamda_pytorch\lamda_pytorch.py", line 9, in
from config.config import CFG
ModuleNotFoundError: No module named 'config'

@conceptofmind
Copy link
Owner

Hi @HoxtonR ,

I just pushed an update to fix the import errors you had listed. One of the last updates had changed the file directory structure.

The repository initially consisted of just the pre-training architecture for the model but I am actively updating it on a daily basis to include a full pre-training example. The training script is not fully implemented as a tokenizer needs to still be provided and the package manager needs to be implemented since this model requires specific libraries for scaling.

I will be updating consistently and keep this issue open for now.

Best,

Enrico

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants