Skip to content

Commit 4efe02c

Browse files
committed
move code to peft
Signed-off-by: Ananth Subramaniam <[email protected]>
1 parent a9e2dcf commit 4efe02c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/unit_tests/utils/test_walking_utils.py renamed to tests/unit_tests/peft/test_walk_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import torch
2424
import torch.nn as nn
2525

26-
from nemo_lm.utils import walking_utils as fn
26+
from nemo_lm.peft import walk_utils as fn
2727

2828

2929
class CustomMLP(nn.Module):

0 commit comments

Comments
 (0)