PROVE-IT-WORKS: RunPod & Vertex AI Integration (Timmy) #342
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Timmy, you are tasked with verifying the new RunPod and Vertex AI integrations in the Hermes harness. Use the provided keys to provision GPUs and serve the Gemma 4 models.
Instructions for GPU Provisioning & Gemma 4 Serving
RunPod Setup:
export RUNPOD_API_KEY='your_key_here'.export RUNPOD_BASE_URL='https://api.runpod.ai/v2/{endpoint_id}/openai/v1'.hermes modelto select therunpodprovider.Google Vertex AI Setup:
export VERTEX_API_KEY='your_key_here'.export VERTEX_BASE_URL='https://{region}-aiplatform.googleapis.com/v1'.hermes modelto select thevertexprovider.Gemma 4 Deployment:
gemma-4-27borgemma-4-9bmodels on the provisioned GPUs.hermes chat "Hello, are you running on a big brain GPU?".Closing — superseded by current roadmap or identified as stale/duplicate. Reopen if still needed.