Initial commit

This commit is contained in:
Bole Ma
2026-02-05 23:18:26 +01:00
commit 747c92ac6b
31 changed files with 4220 additions and 0 deletions

22
requirements.txt Normal file
View File

@@ -0,0 +1,22 @@
# LLM Benchmark Suite - Requirements
# Core dependencies
torch>=2.0.0
transformers>=4.35.0
accelerate>=0.24.0
tokenizers>=0.14.0
# Attention implementations
flash-attn>=2.0.0
# GPU monitoring
pynvml>=11.5.0 # NVIDIA GPU monitoring
pyrsmi>=1.0.0 # AMD GPU monitoring
# Utilities
numpy>=1.24.0
pyyaml>=6.0
tqdm>=4.65.0
# Optional: for better performance
triton>=2.0.0