Update _utils.py
This commit is contained in:
parent
8ed010b4a5
commit
cf3291f278
1 changed files with 1 additions and 0 deletions
|
|
@ -847,6 +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)
|
||||
return init_name, function
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue