DeepLink
Official@deeplink-org
Offers specialized optimization and precision alignment for domestic hardware backends including Ascend, CAMB, and MACA architectures.
Agent Skills by DeepLink
Showing 28 vetted skills indexed across 2 GitHub repositories.
template-skill
Provides a reusable template for authoring hardware benchmark evaluation skills.
hygon-science-weather
Runs weather forecasting model inference and RMSE/ACC evaluation on Hygon DCU.
hygon-audio-asr
Benchmarks SenseVoice speech recognition inference performance on Hygon DCU hardware.
hygon-audio-au
Evaluates ECAPA-TDNN language identification inference accuracy and latency on Hygon DCU.
hygon-nlp-operator
Benchmarks GEMM, Conv2d, longtail, and Transformer Block operators on Hygon DCU hardware.
metax-nlp-operator
Benchmarks GEMM, Conv2d, long-tail operators, and Transformer blocks on MetaX GPUs.
iluvatar-nlp-operator
Benchmarks GEMM, Conv2d, longtail, and Transformer Block operators on Iluvatar BI-V150 GPUs.
ascend-audio-au
Benchmarks language identification model inference accuracy and latency on Ascend NPU.
ascend-audio-asr
Benchmarks SenseVoice speech recognition inference on Ascend NPU with CER and WER metrics.
ascend-nlp-operator
Runs operator accuracy and latency benchmarks on Huawei Ascend 910B NPUs.
cambricon-nlp-operator
Benchmarks operator accuracy and latency on Cambricon MLU hardware.
nvidia-audio-asr
Evaluates SenseVoice speech recognition inference performance on NVIDIA GPUs with CER and WER metrics.
nvidia-audio-au
Benchmarks language identification model inference accuracy and latency on NVIDIA GPUs.
nvidia-nlp-operator
Benchmarks GEMM, Conv2d, long-tail, and Transformer Block operators on NVIDIA GPUs.
nvidia-nlp-inference
Benchmarks SGLang-served HuggingFace text models on NVIDIA GPUs for throughput and latency.
nvidia-nlp-training-qwen3
Benchmarks Qwen3-8B pretraining throughput on NVIDIA GPUs using NeMo and Megatron-LM.
nvidia-nlp-finetune-mixtral
Runs Mixtral-8x7B finetuning benchmarks on NVIDIA GPUs and collects throughput metrics.
nvidia-nlp-finetune-llama-7b
Benchmarks Alpaca-LoRA LLaMA-7B fine-tuning throughput on NVIDIA GPUs.
nvidia-mm-t2v
Benchmarks Open-Sora v2 text-to-video inference performance on a single NVIDIA GPU.
nvidia-mm-t2i
Benchmarks Stable Diffusion text-to-image inference on NVIDIA GPUs using TensorRT.
nvidia-cv-pretrain
Benchmarks image classification model training performance on NVIDIA GPUs using mmpretrain.
nvidia-cv-segmentation
Benchmarks semantic segmentation training performance on NVIDIA GPUs using mmsegmentation.
nvidia-cv-detection
Benchmarks object detection model training performance on NVIDIA GPUs using mmdetection.
ppu-audio-au
Evaluates speech understanding model inference accuracy and latency on PPU accelerators.
Frequently Asked Questions About DeepLink
FAQPage SchemaWhat hardware backends are supported for model adaptation?▼
DeepLink supports model adaptation and precision alignment specifically for Ascend, CAMB, MACA, and PPU hardware backends. These capabilities ensure that models function correctly when deployed on domestic compute infrastructure by addressing backend-specific execution requirements.
How can I resolve precision mismatches in my model deployment?▼
You can resolve precision mismatches by utilizing the precision-align capability to diagnose discrepancies between lmdeploy, dlinfer, and reference implementations. This process identifies numerical errors occurring during execution on Ascend, CAMB, or MACA backends to ensure output parity.
What is the primary focus of the graph-mode-internals skill?▼
The graph-mode-internals skill focuses on explaining the capture and replay mechanisms required for efficient execution on Ascend, Camb, MACA, and PPU backends. It provides technical insight into how computational graphs are managed across these specific hardware environments.