| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |
| [tool.poetry] | |
| name = "mgte-arctic-s" | |
| version = "1.0.0" | |
| description = "Upload ConcatModels." | |
| authors = [ | |
| "Michael Dinzinger" | |
| ] | |
| homepage = "https://www.fim.uni-passau.de" | |
| repository = "https://www.fim.uni-passau.de" | |
| readme = "README.md" | |
| license = "MIT" | |
| package-mode = false | |
| [tool.poetry.dependencies] | |
| python = ">=3.10,<3.12" | |
| transformers = "4.46.3" | |
| torch = "2.5.0" |