Skip to content

Commit 50423b2

Browse files
Updated finetune_8b.sh to work with build_image_and_launch.sh.
1 parent 7e4cfb1 commit 50423b2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scripts/train/tulu3/finetune_8b.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
#!/bin/bash
2+
3+
BEAKER_IMAGE="${1:-nathanl/open_instruct_auto}"
4+
5+
echo "Using Beaker image: $BEAKER_IMAGE"
6+
17
uv run python mason.py \
28
--cluster ai2/jupiter \
39
--workspace ai2/tulu-3-dev \
410
--priority high \
5-
--image nathanl/open_instruct_auto \
11+
--image "$BEAKER_IMAGE" \
612
--pure_docker_mode \
713
--preemptible \
814
--num_nodes 8 \

0 commit comments

Comments
 (0)