We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94fdb0 commit 42ebce3Copy full SHA for 42ebce3
1 file changed
common/download.cpp
@@ -460,9 +460,9 @@ static gguf_split_info get_gguf_split_info(const std::string & path) {
460
int count = 1;
461
462
if (std::regex_match(prefix, m, re_split)) {
463
- prefix = m[1].str();
464
index = std::stoi(m[2].str());
465
count = std::stoi(m[3].str());
+ prefix = m[1].str();
466
}
467
468
std::string tag;
0 commit comments