PaddlePaddle
Official@paddlepaddle
Offers high-performance deep learning frameworks, cross-platform API synchronization, and specialized document extraction for enterprise-grade model deployment and research.
Agent Skills by PaddlePaddle
Showing 14 vetted skills indexed across 3 GitHub repositories.
write-fastdeploy-unittest
Generates CI-compliant pytest unit tests for FastDeploy source files.
fastdeploy-llm-integration
Automate adding inference deployment support for open-source LLMs to FastDeploy.
benchmark
Benchmark FastDeploy versus SGLang with end-to-end tests and HTML reports.
research-report
Generate a self-contained HTML research report with embedded CSS and Mermaid diagrams.
nsys-capture
Inject nsys profiling into FastDeploy GPU inference startup and collect .nsys-rep files.
python-decorator
Apply Python decorators to unify parameter names and ordering between PyTorch and Paddle APIs.
api-docs-updater
Synchronize Chinese API documentation with code changes by comparing docstrings and updating rst files.
pytorch-alignment-validator
Automate PyTorch API validation with pytest and custom test scripts.
api-compatibility
Automate Paddle and PyTorch API synchronization across code, tests, and documentation.
api-change-decider
Analyze PyTorch and Paddle API differences for migration decisions.
cpp-sink
Transform Python Paddle APIs into optimized C++ implementations.
create-pr
Automate git commits, pushes, and pull request creation across multiple repositories.
paddleocr-text-recognition
Extract text and location data from images and PDFs via the PaddleOCR API.
paddleocr-doc-parsing
Parse PDFs and images into Markdown and JSON with structured text, tables, and formulas.
Frequently Asked Questions About PaddlePaddle
FAQPage SchemaWhat specific document processing tasks does PaddlePaddle support?▼
PaddlePaddle enables high-accuracy extraction of text, tables, and mathematical formulas from images and PDFs. It converts unstructured visual document data into structured Markdown or JSON formats, facilitating data ingestion for enterprise research and reporting requirements.
Which engineers benefit from using these synchronization capabilities?▼
Machine learning engineers and infrastructure developers working on cross-framework model migration benefit from these capabilities. The system provides automated validation and synchronization between PyTorch and Paddle environments, ensuring consistent parameter ordering and documentation parity during code transitions.
What are the prerequisites for profiling inference performance?▼
To perform GPU inference profiling, users must have an environment configured with FastDeploy and the NVIDIA Nsight Systems (nsys) suite. The process involves injecting profiling hooks into the startup sequence to generate .nsys-rep files for detailed latency and resource utilization analysis.