DeepSeek-v4-Flash-One-DGX-Spark
DeepSeek v4 Flash EXL3 on one DGX Spark
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
sshfs
설명 보기 ▼
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
설명 보기 ▼
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
설명 보기 ▼
unmount
올바른 명령은 `umount` (u-mount)입니다.
더 많은 정보: <https://manned.org/umount.8>.
tldr umount
올바른 명령에 대한 문서 보기:
