]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
gguf : make gguf pip-installable
authorM. Yusuf Sarıgöz <redacted>
Fri, 25 Aug 2023 06:26:05 +0000 (09:26 +0300)
committerGitHub <redacted>
Fri, 25 Aug 2023 06:26:05 +0000 (09:26 +0300)
commit87e3733f24a85d894cc16e1cbdfa1ea1e81a76f3
tree8d43c8ff2bdcbf8e5152b0e21541dce56003fde8
parentb91ad7f46134d0d051dc516eb59a76f402de55c2
gguf : make gguf pip-installable

* gitignore : add dist and rm pyproject.toml

* gguf: prepare as Pip package

* gguf: prepare as Pip package

* gguf : fix line endings

* requirements : add gguf

* gguf : update readme with build notes

* gguf : update readme with build notes

* gguf : add notes for tests
.gitignore
gguf-py/LICENSE [new file with mode: 0644]
gguf-py/README.md [new file with mode: 0644]
gguf-py/gguf/__init__.py [new file with mode: 0644]
gguf-py/gguf/gguf.py [new file with mode: 0644]
gguf-py/pyproject.toml [new file with mode: 0644]
gguf-py/tests/test_gguf.py [new file with mode: 0644]
gguf.py [deleted file]
requirements.txt