Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
ZTWHHH
/
envs_2
like
0
Dataset card
Files
Files and versions
xet
Community
ffe64e2
envs_2
/
mgm
/
lib
/
python3.10
/
site-packages
/
bitsandbytes
/
triton
/
triton_utils.py
ZTWHHH
Add files using upload-large-folder tool
47d3316
verified
about 1 year ago
raw
Copy download link
history
blame
103 Bytes
import
importlib
def
is_triton_available
():
return
importlib.util.find_spec(
"triton"
)
is
not
None