Skip to content

Commit

Permalink
remove torchtext dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioZhao97 committed Dec 3, 2024
1 parent a5d7641 commit b93d2d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ include = [
python = ">=3.10"
torch = ">=2.2.2,<=2.3.1"
torchvision = ">=0.17.2,<=0.18.1"
torchtext = ">=0.17.2,<=0.18.0"
omegaconf = "^2.3.0"
matplotlib = "^3.8.4"
iopath = "^0.1.9"
Expand Down
1 change: 0 additions & 1 deletion unimernet/tasks/unimernet_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import os.path as osp
import json
import numpy as np
from torchtext.data import metrics
from rapidfuzz.distance import Levenshtein


Expand Down

0 comments on commit b93d2d1

Please sign in to comment.