We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb500a commit 9e200a0Copy full SHA for 9e200a0
requirements.txt
@@ -2,19 +2,25 @@
2
PyYAML~=6.0.2
3
psutil~=6.0.0
4
pynvml~=11.5.3
5
+
6
# GUI Library
7
PySide6~=6.7.2
8
9
# llama.cpp tools (external)
10
safetensors~=0.4.4
11
numpy<3.0.0
12
torch~=2.4.0
13
sentencepiece~=0.2.0
14
15
# PyPI build
16
setuptools~=74.0.0
17
18
# HuggingFace Download/Upload
19
huggingface-hub~=0.24.6
20
21
# AutoFP8 (external)
22
transformers~=4.44.2
23
24
# Local Server
25
fastapi~=0.112.2
26
uvicorn~=0.30.6
0 commit comments