mirror of
https://github.com/Ladebeze66/llm_lab.git
synced 2025-12-16 11:37:46 +01:00
8 lines
150 B
Python
Executable File
8 lines
150 B
Python
Executable File
#!/usr/bin/env python3
|
|
"""
|
|
Lanceur pour le moniteur système LLM Lab
|
|
"""
|
|
from utils.system_monitor import main
|
|
|
|
if __name__ == "__main__":
|
|
main() |