mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	 f7fc5f6c6f
			
		
	
	f7fc5f6c6f
	
	
	
		
			
			* split by max size * clean up arg parse * split: ok * add dry run option * error on 0 tensors * be positive * remove next_metadata_size
GGUF split Example
CLI to split / merge GGUF files.
Command line options:
- --split: split GGUF to multiple GGUF, default operation.
- --split-max-tensors: maximum tensors in each split: default(128)
- --merge: merge multiple GGUF to a single GGUF.