mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-25 22:21:14 +02:00
wip on qwen2vl integration, updated msvc runtimes
This commit is contained in:
@@ -315,6 +315,10 @@ void print_tok_vec(std::vector<float> &embd)
|
||||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_QWEN2;
|
||||
}
|
||||
else if(modelarch=="qwen2vl")
|
||||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_QWEN2VL;
|
||||
}
|
||||
else if(modelarch=="rwkv6")
|
||||
{
|
||||
fileformatmeta->model_architecture = GGUFArch::ARCH_RWKV;
|
||||
|
||||
Reference in New Issue
Block a user