I’m just presenting a program for GGUF merging split-files. You can write reviews about the experience of using the program.
More details in the repository.
geoma
January 30, 2025, 12:58am
2
cool! should it work on linux?
It seems to be possible with Llamacpp. I also found this.
I have added a guide for Linux:
[](https://opensource.org/licenses/MIT) [](https://huggingface.co/)
# GGUF Merge
As known, [Hugging Face](https://huggingface.co/) splits large files. This program, on the other hand, merges all split files back into a single, large file.
## Description
**GGUF Merge** is a C# project built with Visual Studio specifically designed for merging `.gguf-split-` files into a unified `.gguf` file. This project requires [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).
## Usage
### Method 1: Drag and Drop (Windows Only)
1. Open File Explorer and locate any `.gguf-split-` file you want to merge.
2. Drag the selected `.gguf-split-` file onto the program's executable file and wait for the process to complete.
### Method 2: Command Line Usage (CMD or Terminal)
#### Windows:
This file has been truncated. show original