chore: snapshot in-progress question-gen work before preflight fixes
This commit is contained in:
@@ -26,10 +26,12 @@ set -euo pipefail
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
STORE_DIR="${STORE_DIR:-store}"
|
||||
CONFIG="${CONFIG:-config/default.yaml}"
|
||||
CONFIG="${CONFIG:-config/question_gen_360.yaml}"
|
||||
DB_PATH="${DB_PATH:-logs/question_gen.db}"
|
||||
|
||||
export PYTHONUNBUFFERED=1
|
||||
export HF_HUB_OFFLINE=1
|
||||
export TRANSFORMERS_OFFLINE=1
|
||||
|
||||
# shellcheck source=../.env
|
||||
source .env
|
||||
|
||||
Reference in New Issue
Block a user