Files
axolotl/src/axolotl/__init__.py
2025-02-18 04:30:59 -05:00

8 lines
187 B
Python

"""Axolotl - Train and fine-tune large language models"""
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__) # Make this a namespace package
__version__ = "0.8.0.dev0"