phi35-moe-demo / start.sh
ianshank's picture
πŸš€ Final fix v20250913_220639: Comprehensive solution for dependency and configuration issues
3eeba36 verified
raw
history blame contribute delete
278 Bytes
#!/bin/bash
set -euo pipefail
echo "πŸš€ Starting Phi-3.5-MoE Expert Assistant..."
echo "πŸ“… $(date)"
# Run pre-installation script
echo "πŸ”§ Running pre-installation script..."
python preinstall.py
# Start the application
echo "πŸš€ Starting application..."
python app.py