Skip to content

Commit 5660fd4

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
pytorch/text/benchmark:benchmark_torcharrow_ops
Reviewed By: stanleyz510 Differential Revision: D57095578 fbshipit-source-id: 0b8cc3eb5cf4f1187acc84f3c7f483c93444d0d5
1 parent f65a136 commit 5660fd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmark/benchmark_torcharrow_ops.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
import torchtext.transforms as T
66
from benchmark.utils import Timer
77
from torcharrow import functional as ta_F
8-
from torchtext._download_hooks import load_state_dict_from_url
8+
from torchtext._download_hooks import load_state_dict_from_url # @manual=fbcode//pytorch/text:_download_hooks
99
from torchtext.datasets import SST2
1010

1111
sys.path.append(
1212
os.path.join(os.path.dirname(os.path.realpath(__file__)), "../examples")
1313
)
14-
from data_pipeline.roberta_dataframe import (
15-
init_ta_gpt2bpe_encoder,
14+
from data_pipeline.roberta_dataframe import ( # @manual
15+
init_ta_gpt2bpe_encoder,
1616
init_ta_gpt2bpe_vocab,
1717
)
1818

0 commit comments

Comments
 (0)