add initial vllm inf script

This commit is contained in:
slSeanWU
2025-10-30 11:28:52 -04:00
parent 406dd0b7c7
commit 2b9d0a8227
6 changed files with 743 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
"""
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"