Skip to content

Commit ae94b8b

Browse files
committed
remove torchscript
1 parent 5557a6a commit ae94b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libmultilabel/nn/networks/bert_attention.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(
4040

4141
self.lm = AutoModel.from_pretrained(
4242
lm_weight,
43-
torchscript=True,
43+
# torchscript=True,
4444
hidden_dropout_prob=encoder_hidden_dropout,
4545
attention_probs_dropout_prob=encoder_attention_dropout,
4646
)

0 commit comments

Comments
 (0)