File size: 554 Bytes
906722e e3de427 5332816 906722e e3de427 906722e e3de427 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ---
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` | |