slobers commited on
Commit
42414c8
·
verified ·
1 Parent(s): d6248de

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +7 -4
pyproject.toml CHANGED
@@ -1,5 +1,5 @@
1
  [build-system]
2
- requires = ["setuptools >= 75.0"]
3
  build-backend = "setuptools.build_meta"
4
 
5
  [project]
@@ -19,10 +19,13 @@ dependencies = [
19
  "omegaconf==2.3.0",
20
  "torch==2.2.2",
21
  "torchvision==0.17.2",
22
- "edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@e7c760ac54f6052803dadb3ade8ebfc9679a94589#subdirectory=pipelines",
23
  "huggingface-hub==0.25.2",
24
  "oneflow",
25
  "setuptools>=75.2.0",
 
 
 
26
  ]
27
 
28
  [tool.edge-maxxing]
@@ -33,7 +36,7 @@ models = [
33
 
34
  [tool.uv.sources]
35
  oneflow = { url = "https://github.com/siliconflow/oneflow_releases/releases/download/community_cu118/oneflow-0.9.1.dev20240802%2Bcu118-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }
 
36
 
37
  [project.scripts]
38
- start_inference = "main:main"
39
-
 
1
  [build-system]
2
+ requires = ["setuptools >= 61.0"]
3
  build-backend = "setuptools.build_meta"
4
 
5
  [project]
 
19
  "omegaconf==2.3.0",
20
  "torch==2.2.2",
21
  "torchvision==0.17.2",
22
+ "edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing@8d8ff45863416484b5b4bc547782591bbdfc696a#subdirectory=pipelines",
23
  "huggingface-hub==0.25.2",
24
  "oneflow",
25
  "setuptools>=75.2.0",
26
+ "bitsandbytes>=0.44.1",
27
+ "stable-fast",
28
+ "tomesd>=0.1.3",
29
  ]
30
 
31
  [tool.edge-maxxing]
 
36
 
37
  [tool.uv.sources]
38
  oneflow = { url = "https://github.com/siliconflow/oneflow_releases/releases/download/community_cu118/oneflow-0.9.1.dev20240802%2Bcu118-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" }
39
+ stable-fast = { url = "https://github.com/chengzeyi/stable-fast/releases/download/v1.0.5/stable_fast-1.0.5+torch222cu121-cp310-cp310-manylinux2014_x86_64.whl" }
40
 
41
  [project.scripts]
42
+ start_inference = "main:main"