Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Alignment-Lab-AI
/
axolotl2
like
0
Dataset card
Files
Files and versions
xet
Community
main
axolotl2
/
src
/
axolotl
/
utils
/
__init__.py
Alignment-Lab-AI
Upload folder using huggingface_hub
1bad0bb
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
"""
Basic utils for Axolotl
"""
import
importlib
def
is_mlflow_available
():
return
importlib.util.find_spec(
"mlflow"
)
is
not
None