Skip to content

Commit

Permalink
Build model (#192)
Browse files Browse the repository at this point in the history
* move build files to separate directory

* typo
  • Loading branch information
mikekgfb authored and malfet committed Jul 17, 2024
1 parent 08c77c6 commit cfd27c5
Show file tree
Hide file tree
Showing 12 changed files with 418 additions and 25 deletions.
2 changes: 1 addition & 1 deletion builder.py → build/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from typing import Union, Optional

from sentencepiece import SentencePieceProcessor
from model import Transformer
from build.model import Transformer


@dataclass
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit cfd27c5

Please sign in to comment.