fixed project files

This commit is contained in:
Falko Victor Habel 2025-02-27 22:00:48 +01:00
parent cb7a23f3ae
commit 06a2e012e8
3 changed files with 2 additions and 8 deletions

View File

@ -24,7 +24,7 @@ dependencies = [
"pytest",
"pillow"
]
requires-python = ">=3.7"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: CC BY-NC 4.0 License",

View File

@ -1,4 +1,4 @@
torch>=4.5.0
torch>=2.5.0
numpy
tqdm
pytest

6
run.py
View File

@ -1,6 +0,0 @@
from aiia import AIIABase
model = AIIABase.load(path="AIIA-base-512", precision="bf16")