We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d4b8f commit 1597c1fCopy full SHA for 1597c1f
src/huggingface_inference_toolkit/diffusers_utils.py
@@ -1,5 +1,6 @@
1
import importlib.util
2
import logging
3
+
4
from transformers.utils.import_utils import is_torch_bf16_gpu_available
5
6
logger = logging.getLogger(__name__)
0 commit comments