Spaces:
Runtime error
Runtime error
File size: 463 Bytes
0a75735 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[tool.poetry]
name = "auto-retrain-argilla"
version = "0.1.0"
description = ""
authors = ["david <[email protected]>"]
readme = "README.md"
packages = [{include = "auto_retrain_argilla"}]
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.92.0"
huggingface-hub = "^0.12.1"
requests = "^2.28.2"
uvicorn = {version = ">=0.17.0,<0.18.0", extras = ["standard"]}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|