mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 17:31:18 +08:00
version (#570)
This commit is contained in:
parent
76c3244cc5
commit
14fe868825
@ -47,6 +47,7 @@ def linear_to_lora_layers(
|
||||
"qwen2",
|
||||
"gemma",
|
||||
"starcoder2",
|
||||
"cohere",
|
||||
]:
|
||||
keys = set(["self_attn.q_proj", "self_attn.v_proj"])
|
||||
if model.model_type == "mixtral":
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Copyright © 2023-2024 Apple Inc.
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user