Skip to content

Commit 418d1ec

Browse files
committed
RWKV docs
1 parent df9e1af commit 418d1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labml_nn/RWKV/experiment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import torch.nn as nn
66
from labml_nn.RWKV.configs import RWKVConfigs
77

8-
from __init__ import RWKV
9-
from __init__ import TimeMixing
8+
from labml_nn.RWKV import RWKV
9+
from labml_nn.RWKV import TimeMixing
1010
from labml import experiment
1111
from labml.configs import option
1212
from labml_nn.experiments.nlp_autoregression import NLPAutoRegressionConfigs

0 commit comments

Comments
 (0)