mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-04-20 06:19:00 +00:00
Fix architecture detection
This commit is contained in:
@@ -146,7 +146,7 @@ class ExLlamaV2Config:
|
||||
expect_keys += \
|
||||
expect_keys_llama
|
||||
|
||||
if "Qwen2ForCausalLM" in read_config["architectures"]:
|
||||
elif "Qwen2ForCausalLM" in read_config["architectures"]:
|
||||
self.architecture = "Qwen2"
|
||||
layer_keys += \
|
||||
layer_keys_llama_norms + \
|
||||
|
||||
Reference in New Issue
Block a user