Spaces:
Runtime error
Runtime error
Oleg Lavrovsky
commited on
Added pyproject
Browse files- .python-version +1 -0
- pyproject.toml +15 -0
- uv.lock +0 -0
.python-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
3.12
|
pyproject.toml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "fastapi-apertus"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = "A small API for Apertus LLM on Hugging Face"
|
| 5 |
+
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.12"
|
| 7 |
+
dependencies = [
|
| 8 |
+
"unicorn>=2.1",
|
| 9 |
+
"accelerate>=1.10",
|
| 10 |
+
"fastapi>=0.116",
|
| 11 |
+
"pydantic>=2.11",
|
| 12 |
+
"torch>=2.8.0",
|
| 13 |
+
"transformers>=4.56.0",
|
| 14 |
+
"compressed-tensors>=0.11.0",
|
| 15 |
+
]
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|