Initial commit: LLM-DS optimizer framework with data files excluded

This commit is contained in:
Carlos Gutierrez
2025-11-06 22:20:11 -05:00
commit f83fe475df
52 changed files with 10666 additions and 0 deletions

16
requirements.txt Normal file
View File

@@ -0,0 +1,16 @@
# Production dependencies
# Generated from pyproject.toml for reproducibility
# Install with: pip install -r requirements.txt
#
# For development dependencies, use: pip install -r requirements-dev.txt
#
# Last updated: 2025-01-01
# Python version: >=3.11
# Core dependencies
numpy>=1.24.0,<2.0.0
mmh3>=4.0.0,<5.0.0
# Optional: For dataset loading (install separately if needed)
# datasets>=2.16.0,<3.0.0