llama.cpp/gguf-py/tests/test_gguf.py
2024-07-06 17:45:28 -04:00

8 lines
126 B
Python

import gguf # noqa: F401 # pyright: ignore[reportUnusedImport]
# TODO: add tests
def test_write_gguf() -> None:
pass