diff options
author | M. Yusuf Sarıgöz <yusufsarigoz@gmail.com> | 2023-08-25 09:26:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 09:26:05 +0300 |
commit | 87e3733f24a85d894cc16e1cbdfa1ea1e81a76f3 (patch) | |
tree | 8d43c8ff2bdcbf8e5152b0e21541dce56003fde8 /gguf-py/tests/test_gguf.py | |
parent | b91ad7f46134d0d051dc516eb59a76f402de55c2 (diff) |
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
Diffstat (limited to 'gguf-py/tests/test_gguf.py')
-rw-r--r-- | gguf-py/tests/test_gguf.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gguf-py/tests/test_gguf.py b/gguf-py/tests/test_gguf.py new file mode 100644 index 00000000..512531dd --- /dev/null +++ b/gguf-py/tests/test_gguf.py @@ -0,0 +1,7 @@ +import gguf + +# TODO: add tests + + +def test_write_gguf(): + pass |