Skip to content

Commit

Permalink
RWKV docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vpj committed Mar 17, 2024
1 parent df9e1af commit 418d1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labml_nn/RWKV/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import torch.nn as nn
from labml_nn.RWKV.configs import RWKVConfigs

from __init__ import RWKV
from __init__ import TimeMixing
from labml_nn.RWKV import RWKV
from labml_nn.RWKV import TimeMixing
from labml import experiment
from labml.configs import option
from labml_nn.experiments.nlp_autoregression import NLPAutoRegressionConfigs
Expand Down

0 comments on commit 418d1ec

Please sign in to comment.