fixed setup with correct naming

This commit is contained in:
Falko Victor Habel 2025-02-27 21:56:50 +01:00
parent 3cb2a18ad9
commit e74be9cbc3
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
[metadata]
name = aiia
version = 0.1.0
author = Your Name
version = 0.1.2
author = Falko Habel
author_email = falko.habel@gmx.de
description = AIIA deep learning model implementation
long_description = file: README.md