sglang-deepseek-v4-flash-sm120

(★ 33)

Reproducible SGLang image for DeepSeek-V4-Flash-0731 on SM120

File Explorer

  • .gitattributes
  • .gitignore
  • AGENTS.md
  • BENCHMARKS.md
  • CHANGELOG.md
  • Containerfile
  • LICENSE
  • README.md
  • release.json
  • RUN.md
  • stack.lock.json

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

node

View Details ▼

Server-side JavaScript platform (Node.js).

node {{path/to/file}}

Run a JavaScript file:

node

Start a REPL (interactive shell):

node --watch {{path/to/file}}

Execute the specified file restarting the process when an imported file is changed (requires Node.js version 18.11+):

// repository documentation