PaddlePaddlePaddlePaddleOfficialยท5 Agent Skills Included

FastDeploy

Deploy, test, and benchmark large language models on GPUs

Deploys large language and vision models as production-ready OpenAI-compatible API services on NVIDIA and other AI chips. Adds new open-source models to the FastDeploy engine, writes CI-compliant unit tests, and captures GPU performance profiles automatically. Runs full FastDeploy versus SGLang benchmark comparisons and generates visual HTML reports without manual scripting.
npx skills add PaddlePaddle/FastDeploy --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install FastDeploy skills?โ–ผ

Run `npx skills add PaddlePaddle/FastDeploy --all -g -y` in your terminal to install all skills in this suite globally.

How to deploy an LLM with FastDeploy?โ–ผ

FastDeploy serves models through an OpenAI-compatible API with a single command, supporting quantization, multi-GPU parallelism, and speculative decoding.

How to add a new model to FastDeploy?โ–ผ

The fastdeploy-llm-integration skill analyzes the model's config, picks the right base class, and generates the implementation, docs, and test scripts automatically.

How to compare FastDeploy vs SGLang performance?โ–ผ

The benchmark skill installs both frameworks, runs load tests across concurrency and quantization settings, and outputs an interactive HTML comparison report.

Can I profile GPU inference performance automatically?โ–ผ

Yes. The nsys-capture skill injects profiling code into FastDeploy, builds the launch script, and produces a ready-to-analyze .nsys-rep file.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’