Remove spurious line with typo
This commit is contained in:
parent
319e6a103b
commit
d4c5ea3360
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ def make_tensors_list() -> List[str]:
|
|||
f'layers.{i}.feed_forward.w1.weight',
|
||||
f'layers.{i}.feed_forward.w2.weight',
|
||||
f'layers.{i}.feed_forward.w3.weight',
|
||||
f'layers.{i}.atttention_norm.weight',
|
||||
f'layers.{i}.ffn_norm.weight',
|
||||
]
|
||||
return ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue