fixed setup with correct naming
This commit is contained in:
parent
3cb2a18ad9
commit
e74be9cbc3
|
@ -25,7 +25,7 @@ That's it! You should now have the AIIA package installed and ready to use.
|
|||
## Example Usage:
|
||||
```Python
|
||||
from aiia.model import AIIABase
|
||||
from aiia.model.config import AIIAConfig
|
||||
from aiia.model import AIIAConfig
|
||||
from aiia.pretrain import Pretrainer
|
||||
|
||||
# Create your model
|
||||
|
|
Loading…
Reference in New Issue