Qwen3-Coder-Next-Spark-Agentic / scripts /pull_official_gguf.sh
hizrianraz's picture
SAQS freeze card sync from 617c08a30546 (parent 7525c28aecc6; role Preview; gitignore-aware)
e40f52e verified
Raw
History Blame Contribute Delete
534 Bytes
#!/bin/bash -p
{ builtin set +x; } 2>/dev/null
# Fail-closed historical filename; GGUF is outside the Preview launch contract.
if [[ "$-" != *p* || "${BASH_SOURCE[0]}" != "$0" ]]; then
/usr/bin/printf '%s\n' 'FAIL-CLOSED: execute this stub directly' >&2
exit 126
fi
builtin unset BASH_ENV ENV CDPATH GLOBIGNORE LD_PRELOAD LD_AUDIT LD_LIBRARY_PATH
builtin set -euo pipefail
builtin umask 077
builtin ulimit -c 0
/usr/bin/printf '%s\n' 'UNSUPPORTED: GGUF is not a verified Aug 3 Preview path; use the pinned FP8 puller.' >&2
exit 2