Oleg Lavrovsky commited on
Commit
c46c72f
·
unverified ·
1 Parent(s): 47ab1d0

Added pyproject

Browse files
Files changed (3) hide show
  1. .python-version +1 -0
  2. pyproject.toml +15 -0
  3. 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