llama.cpp/gguf-py/tests/test_gguf.py

8 lines
65 B
Python
Raw Normal View History

2023-08-25 08:08:05 +02:00
import gguf
2023-08-24 08:26:13 +02:00
# TODO: add tests
2023-08-25 08:08:05 +02:00
def test_write_gguf():
pass