File size: 252 Bytes
d63a1ba
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/zsh
set -euo pipefail

ROOT="/Users/adithyavardhan/Tweeks/hack"
cd "$ROOT"

mkdir -p artifacts/mlx_qwen3_4b/logs

python scripts/run_mlx_training.py \
  --model Qwen/Qwen3.5-4B \
  --output-root artifacts/mlx_qwen3_4b \
  --fresh-start \
  "$@"