Skip to content

Commit 0186175

Browse files
mikekgfbmalfet
authored andcommitted
Build model (#192)
* move build files to separate directory * typo
1 parent e804d6c commit 0186175

12 files changed

+418
-25
lines changed

builder.py renamed to build/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from typing import Union, Optional
2222

2323
from sentencepiece import SentencePieceProcessor
24-
from model import Transformer
24+
from build.model import Transformer
2525

2626

2727
@dataclass
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)