Rename Deepseek-V2-Chat.q8_0.gguf/merge.py to DeepSeek-V2-Chat.q8_0.gguf/merge.py
Browse files
{Deepseek-V2-Chat.q8_0.gguf → DeepSeek-V2-Chat.q8_0.gguf}/merge.py
RENAMED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import math
|
3 |
import json
|
4 |
|
5 |
-
OUTPUT_FILE_NAME = "
|
6 |
CHUNK_PATHS_FILE = "chunk_paths.json"
|
7 |
|
8 |
def merge(chunk_paths):
|
|
|
2 |
import math
|
3 |
import json
|
4 |
|
5 |
+
OUTPUT_FILE_NAME = "DeepSeek-V2-Chat.q8_0.gguf" # Merge output file name
|
6 |
CHUNK_PATHS_FILE = "chunk_paths.json"
|
7 |
|
8 |
def merge(chunk_paths):
|