Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Matt300209
/
eval_venv
like
0
Dataset card
Files
Files and versions
xet
Community
main
eval_venv
/
venv
/
lib
/
python3.10
/
site-packages
/
bitsandbytes
/
triton
/
triton_utils.py
Matt300209
Add files using upload-large-folder tool
4d9ee25
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
104 Bytes
import
importlib
def
is_triton_available
():
return
importlib.util.find_spec(
"triton"
)
is
not
None