temp_ss / script /run_uidl_qwen.sh
LJYAI's picture
upload script
3738140 verified
raw
history blame contribute delete
425 Bytes
#!/usr/bin/env bash
set -euo pipefail
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
export CUDA_VISIBLE_DEVICES="${CUDA_VISIBLE_DEVICES:-0}"
export MODEL="${MODEL:-Qwen/Qwen3-1.7B}"
export OUTPUT_ROOT="${OUTPUT_ROOT:-$repo_root/results/uidl_qwen}"
export SIM_DATASET="${SIM_DATASET:-slimpajama}"
export SIM_DATASET_CONFIG="${SIM_DATASET_CONFIG:-none}"
"$repo_root/compare_model/UIDL/run_uidl_prune.sh" "$@"