Skip to content

Commit

Permalink
removed CURL_CA_BUNDLE='
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokane committed Nov 22, 2023
1 parent 9259bbe commit d025a1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/models/rembert/test_tokenization_rembert.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
""" Testing suite for the RemBert tokenizer. """


import os
import unittest

from transformers import RemBertTokenizer, RemBertTokenizerFast
Expand All @@ -24,7 +23,6 @@
from ...test_tokenization_common import TokenizerTesterMixin


os.environ["CURL_CA_BUNDLE"] = ""
SENTENCEPIECE_UNDERLINE = "▁"
SPIECE_UNDERLINE = SENTENCEPIECE_UNDERLINE # Kept for backward compatibility

Expand Down

0 comments on commit d025a1c

Please sign in to comment.