Jackrong's picture
Launch zero-runtime bilingual static site
278608d verified
|
Raw
History Blame Contribute Delete
924 Bytes
---
title: Qwopus Open Model Family Introduction
emoji: 🧭
colorFrom: blue
colorTo: purple
sdk: static
pinned: false
license: apache-2.0
fullWidth: true
tags:
- qwopus
- qwen
- gguf
- reasoning
- coding
- open-models
short_description: Interactive guide to Jackrong's Qwopus model family.
---
# Qwopus Open Model Family Introduction
A bilingual, interactive catalog for the Qwopus model family. The site highlights the role of each model, fetches public Hugging Face signals with a resilient local fallback, and explains the architecture and deployment vocabulary behind the releases.
## Local development
```bash
npm install
npm run dev
```
Production checks:
```bash
npm run typecheck
npm test
npm run build
```
No Hugging Face access token is required by the app; it only reads public model metadata.
The Space serves a pre-built static React bundle; no server runtime or private token is required.