DeepSeek-v4-Flash-One-DGX-Spark
DeepSeek v4 Flash EXL3 on one DGX Spark
File Explorer
- prefill.py
- prefill_mg.py
- route_pack.py
- tiny_decode.py
- _impl.py
- dspark.py
- acceptance_c1.py
- build_dspark_draft.py
- coalesce_rank_sliced_exl3.py
- entrypoint-256k.sh
- entrypoint-no-download.sh
- entrypoint-toolfix.sh
- kv_layout_probe.py
- selftest.py
- selftest_extend.py
- selftest_padded_stride.py
- serve-ds4-flash.sh
- verify_tp1_manifest.py
- .gitignore
- download.sh
- LICENSE
- README.md
- start.sh
- stop.sh
# 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.
sshfs
View Details ▼
sshfs
Filesystem client based on SSH.
sshfs {{username}}@{{remote_host}}:{{remote_directory}} {{mountpoint}}
Mount remote directory:
umount {{mountpoint}}
Unmount remote directory:
sshfs {{username}}@{{remote_host}}:{{remote_directory}} -p {{2222}}
Mount remote directory from server with specific port:
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:
unmount
View Details ▼
unmount
The correct command is `umount` (u-mount).
tldr umount
View documentation for the correct command:
