DeepSeek-v4-Flash-One-DGX-Spark

(★ 160)

DeepSeek v4 Flash EXL3 on one DGX Spark

File Explorer

  • .gitignore
  • download.sh
  • LICENSE
  • README.md
  • start.sh
  • stop.sh

# 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.

🔍

sshfs

View Details ▼

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 ▼

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 ▼

The correct command is `umount` (u-mount).

tldr umount

View documentation for the correct command:

// repository documentation