mirror of https://github.com/leafspark/AutoGGUF
fix: remove comments in requirements.txt
This commit is contained in:
parent
9e200a0e3b
commit
bd9889a2d4
|
@ -1,26 +1,13 @@
|
||||||
# System Monitoring
|
|
||||||
PyYAML~=6.0.2
|
PyYAML~=6.0.2
|
||||||
psutil~=6.0.0
|
psutil~=6.0.0
|
||||||
pynvml~=11.5.3
|
pynvml~=11.5.3
|
||||||
|
|
||||||
# GUI Library
|
|
||||||
PySide6~=6.7.2
|
PySide6~=6.7.2
|
||||||
|
|
||||||
# llama.cpp tools (external)
|
|
||||||
safetensors~=0.4.4
|
safetensors~=0.4.4
|
||||||
numpy<3.0.0
|
numpy<3.0.0
|
||||||
torch~=2.4.0
|
torch~=2.4.0
|
||||||
sentencepiece~=0.2.0
|
sentencepiece~=0.2.0
|
||||||
|
|
||||||
# PyPI build
|
|
||||||
setuptools~=74.0.0
|
setuptools~=74.0.0
|
||||||
|
|
||||||
# HuggingFace Download/Upload
|
|
||||||
huggingface-hub~=0.24.6
|
huggingface-hub~=0.24.6
|
||||||
|
|
||||||
# AutoFP8 (external)
|
|
||||||
transformers~=4.44.2
|
transformers~=4.44.2
|
||||||
|
|
||||||
# Local Server
|
|
||||||
fastapi~=0.112.2
|
fastapi~=0.112.2
|
||||||
uvicorn~=0.30.6
|
uvicorn~=0.30.6
|
||||||
|
|
Loading…
Reference in New Issue