We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4cfb1 commit 50423b2Copy full SHA for 50423b2
scripts/train/tulu3/finetune_8b.sh
@@ -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
7
uv run python mason.py \
8
--cluster ai2/jupiter \
9
--workspace ai2/tulu-3-dev \
10
--priority high \
- --image nathanl/open_instruct_auto \
11
+ --image "$BEAKER_IMAGE" \
12
--pure_docker_mode \
13
--preemptible \
14
--num_nodes 8 \
0 commit comments