-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
44 lines (41 loc) · 978 Bytes
/
Pipfile
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
accelerate = "==0.33.0"
boto3 = "==1.35.44"
certifi = "==2024.8.30"
charset-normalizer = "==3.4.0"
diffusers = {ref = "b821f006d025b72654223b32e6bf0c49afed371d", git = "https://github.com/huggingface/diffusers.git"}
filelock = "==3.16.1"
fsspec = "==2024.10.0"
huggingface-hub = "==0.26.1"
idna = "==3.10"
importlib-metadata = "==8.5.0"
jinja2 = "==3.1.4"
markupsafe = "==3.0.2"
mpmath = "==1.3.0"
networkx = "==3.4.2"
numpy = "==1.26.4"
packaging = "==24.1"
pillow = "==11.0.0"
protobuf = "==5.27.3"
psutil = "==6.1.0"
pyyaml = "==6.0.2"
regex = "==2024.9.11"
requests = "==2.32.3"
safetensors = "==0.4.5"
sentencepiece = "==0.2.0"
sympy = "==1.13.3"
tokenizers = "==0.19.1"
torch = "==2.3.1"
tqdm = "==4.66.5"
transformers = "==4.43.3"
typing-extensions = "==4.12.2"
urllib3 = "==2.2.3"
zipp = "==3.20.2"
[dev-packages]
[requires]
python_version = "3.11"
python_full_version = "3.11.10"