Update mistral.py
This commit is contained in:
parent
724cec30e9
commit
8ed010b4a5
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ class FastMistralModel(FastLlamaModel):
|
|||
)
|
||||
# Just for Mistral Nemo models!
|
||||
if function is not None:
|
||||
print(function)
|
||||
function = patch_mistral_nemo_attention(function)
|
||||
print(function)
|
||||
# if True:#init_name is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue