全部插件

DSH / BUNDLE / BUNDLES

dsh-wsl-gpu

v0.2.1173787247 / dsh-wsl-gpub83240708e

可安装组合包组合包与其他模块社区 · Topic 自动分析

概览

dsh-wsl-gpu

DeepSeek Harness tool: GPU/VRAM doctor for WSL — nvidia-smi, Blackwell hints, inference port contention.

README / ZH

插件文档

dsh-wsl-gpu

套件安装:dsh-wsl-kit。推荐 KIT_SET=daily | llm | github | full。故障树:TROUBLESHOOTING.zh.md

DeepSeek Harness 工具:gpu_doctor — WSL 里查 nvidia-smi、显存压力、Blackwell/5080 提示,以及 Ollama / vLLM / Unsloth Desktop 是否抢同一张卡。

English → README.md

为什么需要

本机推理靠 Windows NVIDIA 驱动把 GPU 透进 WSL2。一张约 16GB(如 5080)上同时开 Ollama + llama-server + vLLM 很容易 OOM。本工具一次给出可见性、显存和推理端口占用。

安装

curl -fsSL https://raw.githubusercontent.com/173787247/dsh-wsl-kit/master/install.sh | KIT_SET=llm bash
# 或:
dsh plugin --profile web add github:173787247/dsh-wsl-gpu

驱动更新、CUDA 编不过、再开大 GGUF 之前,让 agent 跑 gpu_doctor

你会看到

  • 解析后的 GPU:名称、驱动、已用/总显存、利用率、算力版本
  • Blackwell / RTX 50 提示(sm_120、CUDA 12.8+/13.x)
  • 推理端口:11434 / 1234 / 8000 / 8080
  • 下一步可接 host_reachdocker_doctor focus=vllm

配置

- id: dsh-wsl-gpu
  name: dsh-wsl-gpu
  config:
    timeoutMs: 20000
    probeTimeoutMs: 1200
    probeInference: true

测试

npm test

许可

MIT