This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ################################################################################ | |
| # H100 Complete Setup Script | |
| # | |
| # PURPOSE: Install EVERYTHING needed for MoE optimization in one shot | |
| # USAGE: bash h100_complete_setup.sh [model_name] | |
| # | |
| # This script will: | |
| # 1. Install all system dependencies | |
| # 2. Set up Python environment |