gguf-py : GGUF Editor GUI - Python + Qt6 (#12930)

This commit is contained in:
Chris Thompson
2025-04-18 12:30:41 -06:00
committed by GitHub
parent 35370ba945
commit aff9d107b0
6 changed files with 1629 additions and 1 deletions

View File

@ -11,3 +11,5 @@
-r ./requirements-convert_legacy_llama.txt
-r ./requirements-convert_llama_ggml_to_gguf.txt
-r ./requirements-tool_bench.txt
-r ./requirements-gguf_editor_gui.txt

View File

@ -0,0 +1,3 @@
numpy~=1.26.4
PySide6~=6.9.0
gguf>=0.16.0