[Docs] Add Falcon H1, Hunyuan-Large, Qwen3-Omni support and update Diffusion usage (#17888)
Co-authored-by: Rishitshivam <164783543+Rishitshivam@users.noreply.github.com> Co-authored-by: Ratish P <114130421+Ratish1@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Adarsh Shirawalmath <114558126+adarshxs@users.noreply.github.com> Co-authored-by: zhaochenyang20 <zhaochen20@outlook.com>
This commit is contained in:
14
docs/basic_usage/diffusion_llms.md
Normal file
14
docs/basic_usage/diffusion_llms.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Diffusion Language Models (dLLMs)
|
||||
|
||||
These are text-generation models that use diffusion (denoising) instead of autoregressive decoding:
|
||||
|
||||
- **LLaDA** - Large Language Diffusion with mAsking
|
||||
|
||||
```bash
|
||||
# Example: Launch LLaDA for text generation
|
||||
python3 -m sglang.launch_server \
|
||||
--model-path GSAI-ML/LLaDA-8B-Instruct \
|
||||
--host 0.0.0.0 --port 30000
|
||||
```
|
||||
|
||||
**Full model list:** [Diffusion Language Models](../supported_models/text_generation/diffusion_language_models.md)
|
||||
Reference in New Issue
Block a user