mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	 aa750c1ede
			
		
	
	aa750c1ede
	
	
	
		
			
			* tests : minor bash stuff ggml-ci * llama : fix build ggml-ci * tests : fix CUR_DIR -> ROOT_DIR ggml-ci * tests : fix fname ggml-ci
GGUF split Example
CLI to split / merge GGUF files.
Command line options:
- --split: split GGUF to multiple GGUF, default operation.
- --split-max-size: max size per split in- Mor- G, f.ex.- 500Mor- 2G.
- --split-max-tensors: maximum tensors in each split: default(128)
- --merge: merge multiple GGUF to a single GGUF.