Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Oct 28, 2023
1 parent 126c655 commit e0cbede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ include = '\.pyi?$'

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--verbose --color yes --disable-warnings"
addopts = "--verbose --color yes"
testpaths = ["tests"]

[tool.ruff.pycodestyle]
Expand Down
2 changes: 1 addition & 1 deletion safe/trainer/collator.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from transformers.data.data_collator import _torch_collate_batch
from safe.tokenizer import SAFETokenizer

from tokenizer import Tokenizer
from tokenizers import Tokenizer


class SAFECollator:
Expand Down

0 comments on commit e0cbede

Please sign in to comment.