chatbot / tests /test_imports.py
kelvin-t-lu's picture
init
dbd2ac6
raw
history blame
146 Bytes
from tests.utils import wrap_test_forked
@wrap_test_forked
def test_transformers():
import transformers
assert transformers is not None