DeepSeek-v4-Flash-One-DGX-Spark

(★ 160)

DeepSeek v4 Flash EXL3 on one DGX Spark

파일 탐색기

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

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

sshfs

설명 보기 ▼

SSH 기반 파일 시스템 클라이언트.
더 많은 정보: <https://github.com/libfuse/sshfs/blob/master/sshfs.rst>.

sshfs {{username}}@{{remote_host}}:{{remote_directory}} {{mountpoint}}

원격 디렉터리 마운트:

umount {{mountpoint}}

원격 디렉터리 마운트 해제:

sshfs {{username}}@{{remote_host}}:{{remote_directory}} -p {{2222}}

특정 포트로 서버의 원격 디렉터리 마운트:

🔍

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

설명 보기 ▼

올바른 명령은 `umount` (u-mount)입니다.
더 많은 정보: <https://manned.org/umount.8>.

tldr umount

올바른 명령에 대한 문서 보기:

// repository documentation