File size: 544 Bytes
7060f14
 
 
 
 
 
 
 
 
 
11c0ad1
7060f14
 
9a7964b
7060f14
f409660
59e2c8a
11c0ad1
7060f14
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "inference"
version = "0.1.0"
description = "Swappable local inference backends for the hackathon Space"
readme = "README.md"
authors = [
    { name = "MSGhais", email = "msghais135@gmail.com" }
]
requires-python = ">=3.12"
dependencies = [
    "accelerate>=1.2.0",
    "huggingface-hub>=0.27.0",
    "llama-cpp-python>=0.3.0",
    "pyyaml>=6.0.2",
    "torch>=2.5.0",
    "torchvision>=0.20.0",
    "peft>=0.14.0",
    "transformers>=5.7.0",
]

[build-system]
requires = ["uv_build>=0.8.13,<0.9.0"]
build-backend = "uv_build"