[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |
[tool.poetry] | |
name = "arctic-s-bge-small" | |
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.42.3" | |
torch = "2.5.0" |