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.
1 Like
geoma
January 30, 2025, 12:58am
2
cool! should it work on linux?
1 Like
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
1 Like
system
Closed
January 30, 2025, 11:13pm
5
This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.