amd-gradio-demo / README.md
pramodthe's picture
Upload README.md with huggingface_hub
5332816 verified
---
title: AMD HuggingFace Demo
emoji: πŸš€
colorFrom: red
colorTo: yellow
sdk: docker
app_file: Dockerfile
pinned: false
tags:
- amd
- amd-hackathon-2026
- vllm
- gradio
---
# AMD MI300X AI Demo
A Gradio chat interface connected to a vLLM endpoint running on AMD MI300X GPU.
## Setup
Add these as Space secrets (Settings β†’ Variables and secrets):
| Secret | Value |
|--------|-------|
| `VLLM_BASE_URL` | Your AMD vLLM endpoint, e.g. `http://your-ip:8000/v1` |
| `MODEL_NAME` | Model ID loaded by vLLM, e.g. `Qwen/Qwen2.5-1.5B-Instruct` |