mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-21 10:17:58 +00:00
python fixes
This commit is contained in:
@ -589,6 +589,7 @@ class TensorNameMap:
|
||||
MODEL_TENSOR.SSM_OUT: (
|
||||
"model.layers.{bid}.out_proj",
|
||||
"backbone.layers.{bid}.mixer.out_proj",
|
||||
"model.layers.{bid}.mamba.out_proj", # falcon-h1
|
||||
),
|
||||
|
||||
MODEL_TENSOR.TIME_MIX_W0: (
|
||||
|
Reference in New Issue
Block a user