LICENSE
README.md
pyproject.toml
setup.py
python/mlperf/__init__.py
python/mlperf/agents/__init__.py
python/mlperf/agents/base.py
python/mlperf/agents/benchmark.py
python/mlperf/agents/optimization.py
python/mlperf/agents/performance.py
python/mlperf/agents/swarm_manager.py
python/mlperf/api/__init__.py
python/mlperf/api/main.py
python/mlperf/auth/__init__.py
python/mlperf/auth/api.py
python/mlperf/auth/jwt.py
python/mlperf/auth/models.py
python/mlperf/auth/rate_limit.py
python/mlperf/auth/schemas.py
python/mlperf/auth/security.py
python/mlperf/cli/__init__.py
python/mlperf/cli/main.py
python/mlperf/cli/shell_gpt_cli.py
python/mlperf/hardware/__init__.py
python/mlperf/hardware/cpu.py
python/mlperf/hardware/gpu.py
python/mlperf/hardware/memory.py
python/mlperf/models/__init__.py
python/mlperf/models/benchmark.py
python/mlperf/models/experiment.py
python/mlperf/models/hardware.py
python/mlperf/models/optimization.py
python/mlperf/models/project.py
python/mlperf/optimization/__init__.py
python/mlperf/optimization/distributed.py
python/mlperf/utils/__init__.py
python/mlperf/utils/cache.py
python/mlperf/utils/config.py
python/mlperf/utils/database.py
python/mlperf/utils/logging.py
python/mlperf/workers/__init__.py
python/mlperf/workers/main.py
python/openperformance.egg-info/PKG-INFO
python/openperformance.egg-info/SOURCES.txt
python/openperformance.egg-info/dependency_links.txt
python/openperformance.egg-info/entry_points.txt
python/openperformance.egg-info/requires.txt
python/openperformance.egg-info/top_level.txt
tests/test_distributed.py
tests/test_hardware.py
tests/test_integration.py