We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbe094 commit 8560c77Copy full SHA for 8560c77
gguf-py/examples/writer.py
@@ -15,7 +15,6 @@ def writer_example() -> None:
15
# Example usage with a file
16
gguf_writer = GGUFWriter("example.gguf", "llama")
17
18
- gguf_writer.add_architecture()
19
gguf_writer.add_block_count(12)
20
gguf_writer.add_uint32("answer", 42) # Write a 32-bit integer
21
gguf_writer.add_float32("answer_in_float", 42.0) # Write a 32-bit float
0 commit comments