mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-10 17:06:13 +00:00
Mitigate crashing issue on Windows MSYS2 UCRT64 environment (GCC 16.1.0) (#26555)
This commit is contained in:
parent
fc3f10b389
commit
42e98813e4
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ static const std::vector<std::string> dspark_dflash = {
|
|||
|
||||
struct plan_case {
|
||||
const char * name;
|
||||
const std::vector<std::string> & files;
|
||||
const std::vector<std::string> files;
|
||||
const char * hf_repo;
|
||||
const char * hf_file;
|
||||
bool sidecars; // request mmproj + mtp + dflash + eagle3 + dspark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue