10 lines
269 B
Python
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"
|
|
|