Skip to content

Commit

Permalink
Remove editor line
Browse files Browse the repository at this point in the history
  • Loading branch information
VikParuchuri committed Dec 23, 2023
1 parent c126b9c commit bba88c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions marker/postprocessors/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import torch.nn.functional as F
from marker.postprocessors.t5 import T5ForTokenClassification, byt5_tokenize

tokenizer = AutoTokenizer.from_pretrained(settings.EDITOR_MODEL_NAME)


def load_editing_model():
if not settings.ENABLE_EDITOR_MODEL:
Expand Down

0 comments on commit bba88c2

Please sign in to comment.