Skip to content

Commit

Permalink
import statements modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Oct 2, 2023
1 parent 12a7267 commit 45d9863
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zeta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


#nn
import zeta.nn
from zeta import nn
from zeta.nn.architecture.transformer import FeedForward
from zeta.nn.modules.layernorm import LayerNorm

Expand All @@ -16,13 +16,13 @@


#training
import zeta.training
from zeta import training

#tokenizers
import zeta.tokenizers
from zeta import tokenizers

#rl
import zeta.rl
from zeta import rl

#optim
import zeta.optim
Expand Down

0 comments on commit 45d9863

Please sign in to comment.