Spaces:
Build error
Build error
File size: 469 Bytes
db56cf5 71f6464 21b34d4 d57e49b 7bae071 21b34d4 db56cf5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[project]
name = ""
version = ""
description = ""
authors = [
{name = "Marco Acierno",email = "[email protected]"},
]
dependencies = [
"fastapi>=0.109.0",
"uvicorn[standard]>=0.25.0",
"numpy>=1.26.3",
"transformers @ git+https://github.com/huggingface/transformers.git",
"ninja>=1.11.1.1",
"packaging>=23.2",
"torch>=2.1.2",
"accelerate>=0.26.1",
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}
|