We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65a136 commit 5660fd4Copy full SHA for 5660fd4
benchmark/benchmark_torcharrow_ops.py
@@ -5,14 +5,14 @@
5
import torchtext.transforms as T
6
from benchmark.utils import Timer
7
from torcharrow import functional as ta_F
8
-from torchtext._download_hooks import load_state_dict_from_url
+from torchtext._download_hooks import load_state_dict_from_url # @manual=fbcode//pytorch/text:_download_hooks
9
from torchtext.datasets import SST2
10
11
sys.path.append(
12
os.path.join(os.path.dirname(os.path.realpath(__file__)), "../examples")
13
)
14
-from data_pipeline.roberta_dataframe import (
15
- init_ta_gpt2bpe_encoder,
+from data_pipeline.roberta_dataframe import ( # @manual
+init_ta_gpt2bpe_encoder,
16
init_ta_gpt2bpe_vocab,
17
18
0 commit comments