hin/Pipfile
WanderingPenwing 1510e04c6c scibert works
2024-09-26 10:46:15 +02:00

14 lines
170 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
transformers = "*"
torch = "*"
[dev-packages]
[requires]
python_version = "3.11"