dexter / scripts /02_start_server.sh
lyffseba's picture
Upload folder using huggingface_hub
b2eef03 verified
Raw
History Blame Contribute Delete
186 Bytes
#!/bin/bash
echo "🚀 Starting MAX Server with Gemma-4-31B..."
max serve --model ./gemma-4-31B --port 8000
# Note: Once this is running, your model acts exactly like the OpenAI API!