Spaces:
Running
on
Zero
Running
on
Zero
Plat
commited on
Commit
·
b937432
1
Parent(s):
99a985f
chore: add pyproject.toml for uv
Browse files- pyproject.toml +19 -0
- uv.lock +0 -0
pyproject.toml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[project]
|
2 |
+
name = "nl-to-tag-test"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = "Add your description here"
|
5 |
+
readme = "README.md"
|
6 |
+
requires-python = ">=3.11"
|
7 |
+
dependencies = [
|
8 |
+
"accelerate>=1.3.0",
|
9 |
+
"huggingface-hub>=0.28.1",
|
10 |
+
"safetensors>=0.5.2",
|
11 |
+
"spaces>=0.32.0",
|
12 |
+
"torch>=2.6.0",
|
13 |
+
"transformers>=4.48.2",
|
14 |
+
]
|
15 |
+
|
16 |
+
[dependency-groups]
|
17 |
+
dev = [
|
18 |
+
"hf-transfer>=0.1.9",
|
19 |
+
]
|
uv.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|