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: ## Example Usage:
```Python ```Python
from aiia.model import AIIABase from aiia.model import AIIABase
from aiia.model.config import AIIAConfig from aiia.model import AIIAConfig
from aiia.pretrain import Pretrainer from aiia.pretrain import Pretrainer
# Create your model # Create your model

View File

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