Skip to content

Commit

Permalink
fixed main import
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Aug 27, 2024
1 parent 3934449 commit f34cd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import numpy
import smart_open
from dolma.cli.__main__ import main
from dolma.cli.main import main
from dolma.tokenizer import Tokenizer, tokenize_in_parallel
from tokenizers import Tokenizer as BaseTokenizer
from typing_extensions import TypedDict
Expand Down

0 comments on commit f34cd37

Please sign in to comment.