mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	GGUF : write tensor (#2426)
* WIP: Write tensor * GGUF : Support writing tensors in Python * refactor : rm unused import and upd todos * fix : fix errors upd writing example * rm example.gguf * gitignore *.gguf * undo formatting
This commit is contained in:
		| @@ -1,5 +1,6 @@ | ||||
| GGUF_MAGIC   = 0x47475546 | ||||
| GGUF_VERSION = 1 | ||||
| GGUF_MAGIC             = 0x47475546 | ||||
| GGUF_VERSION           = 1 | ||||
| GGUF_DEFAULT_ALIGNMENT = 32 | ||||
|  | ||||
| # general | ||||
| KEY_GENERAL_ARCHITECTURE         = "general.architecture" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 M. Yusuf Sarıgöz
					M. Yusuf Sarıgöz