Files
MIDI-LLM/midi_llm/__init__.py
T
2025-10-30 11:28:52 -04:00

10 lines
269 B
Python

"""
MIDI-LLM: Utility functions and helpers.
This package contains supporting code for MIDI-LLM generation, training, and data processing.
Users new to the codebase can skip this directory - start with generate_vllm.py or train.py instead.
"""
__version__ = "0.1.0"