Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pytext/torchscript/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
from typing import Dict, List, Optional, Tuple

import torch
from multiray.textray.textray_details.ttypes import ( # noqa
QuantizationSchema,
FeatureSchema,
)
from pytext.torchscript.batchutils import (
max_tokens,
make_prediction_texts,
Expand Down