init eACGM

This commit is contained in:
Tokisakix
2025-08-07 10:14:54 +08:00
commit 7a4a0b1b14
51 changed files with 11495 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "eACGM"
version = "0.1.0"
description = "eACGM: An eBPF-based Automated Comprehensive Governance and Monitoring framework for AI/ML systems. (IWQoS 2025)"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bcc>=0.1.10",
"pymysql>=1.1.1",
"pynvml>=12.0.0",
"tqdm>=4.67.1",
]