GLM-5.2-R9-Adaptive-MTP-FULL-CUDA-4x-DGX-Spark
GLM-5.2 on 4x DGX Spark with adaptive MTP K2/K4/K5, FULL CUDA graphs, DCP2, 520K context, and a downloadable ARM64 runtime image.
File Explorer
- validate.yml
- ARCHITECTURE.md
- BENCHMARKS.md
- BUILD.md
- IMAGE.md
- 13_r9_adaptive_full_cuda.py
- r9-image-guard.py
- r9-postimage.sha256
- r9.env.example
- README.md
- start-node.sh
- download-image.sh
- smoke-openai.py
- verify-image.sh
- __init__.py
- test_no_private_data.py
- test_provenance.py
- test_runtime_templates.py
- .gitattributes
- .gitignore
- ATTRIBUTION.md
- IMAGE_AUDIT.md
- LICENSE
- NOTICE.md
- PUBLISHING.md
- README.md
- release-manifest.json
- RELEASE_NOTES.md
- SECURITY.md
- VALIDATION.md
# Use via CDN
jsDelivrjsDelivr 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.
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
zstd
View Details ▼
zstd
Compress or decompress files with Zstandard compression.
zstd {{path/to/file}}
Compress a file into a new file with the `.zst` suffix:
zstd {{[-d|--decompress]}} {{path/to/file.zst}}
Decompress a file:
zstd {{[-d|--decompress]}} {{[-c|--stdout]}} {{path/to/file.zst}}
Decompress to `stdout`:
systemctl disable
View Details ▼
systemctl disable
Disable systemd services.
See also: `systemctl revert`.
systemctl disable {{unit}}
Stop a service from running on boot:
systemctl disable {{unit}} --now
Stop a service from running on boot and stop its current execution:
systemctl disable {{unit}} --user
Stop a user service from running on login:
systemctl set-default
View Details ▼
systemctl set-default
Symlink the `default.target` alias to the given target unit.
systemctl set-default {{target_name.target}}
Set `systemd`'s default boot mode:
systemctl set-default graphical.target
Set `systemd` to boot to GUI mode by default:
systemctl set-default multi-user.target
Set `systemd` to boot to CLI mode by default:
