File size: 690 Bytes
866944b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "edge-maxxing-4090-newdream"
description = "An edge-maxxing model submission for the 4090 newdream contest"
requires-python = ">=3.10,<3.11"
version = "1.0.0"
dependencies = [
    "diffusers==0.30.3",
    "transformers==4.45.1",
    "accelerate==0.34.2",
    "omegaconf==2.3.0",
    "pyarmor==8.5.12",
    "PEFT",
    "numpy==1.26.4",
    "xformers==0.0.25.post1",
    "triton==2.2.0",
    "torch==2.2.2",
    "torchvision==0.17.2",
    "edge-maxxing-pipelines @ git+https://github.com/womboai/edge-maxxing#subdirectory=pipelines",
]

[project.scripts]
start_inference = "main:main"