Skip to content

Commit 9e200a0

Browse files
committed
fix: update requirements.txt formatting
1 parent 8fb500a commit 9e200a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: requirements.txt

+6
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
22
PyYAML~=6.0.2
33
psutil~=6.0.0
44
pynvml~=11.5.3
5+
56
# GUI Library
67
PySide6~=6.7.2
8+
79
# llama.cpp tools (external)
810
safetensors~=0.4.4
911
numpy<3.0.0
1012
torch~=2.4.0
1113
sentencepiece~=0.2.0
14+
1215
# PyPI build
1316
setuptools~=74.0.0
17+
1418
# HuggingFace Download/Upload
1519
huggingface-hub~=0.24.6
20+
1621
# AutoFP8 (external)
1722
transformers~=4.44.2
23+
1824
# Local Server
1925
fastapi~=0.112.2
2026
uvicorn~=0.30.6

0 commit comments

Comments
 (0)