| # AgentFile Model Merger - Requirements | |
| # Beyond Normal MoE - Uses HuggingFace Transformers | |
| # Core ML libraries | |
| torch>=2.0.0 | |
| transformers>=4.30.0 | |
| accelerate>=0.20.0 | |
| safetensors>=0.3.0 | |
| # Tokenizers | |
| tokenizers>=0.13.0 | |
| # Quantization support | |
| bitsandbytes>=0.41.0 | |
| # Data processing | |
| numpy>=1.24.0 | |
| scipy>=1.10.0 | |
| # System monitoring | |
| psutil>=5.9.0 | |
| # Progress bars | |
| tqdm>=4.65.0 | |
| # Configuration | |
| pyyaml>=6.0 | |
| # Optional: For advanced merging | |
| # peft>=0.4.0 # For LoRA support | |