Update _utils.py
This commit is contained in:
parent
624ad17c9a
commit
d05463bcd0
1 changed files with 1 additions and 1 deletions
|
|
@ -847,7 +847,7 @@ def patch_linear_scaling(
|
|||
rotary_emb = rotary_emb[0]
|
||||
function = function.replace(rotary_emb, fix_rope_function, 1)
|
||||
function = exec_code + "\n\n" + function
|
||||
print(function)
|
||||
print(exec_code)
|
||||
return init_name, function
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue