gguf-py : GGUF Editor GUI - Python + Qt6 (#12930)
This commit is contained in:
parent
35370ba945
commit
aff9d107b0
6 changed files with 1629 additions and 1 deletions
|
@ -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
|
||||
|
|
3
requirements/requirements-gguf_editor_gui.txt
Normal file
3
requirements/requirements-gguf_editor_gui.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
numpy~=1.26.4
|
||||
PySide6~=6.9.0
|
||||
gguf>=0.16.0
|
Loading…
Add table
Add a link
Reference in a new issue