H2OGPT / tests /test_imports.py
akashkj's picture
Upload folder using huggingface_hub
3f7cfab
raw
history blame contribute delete
No virus
146 Bytes
from tests.utils import wrap_test_forked
@wrap_test_forked
def test_transformers():
import transformers
assert transformers is not None