Skip to content

Commit e451ad5

Browse files
authored
[MAST] fix get_tokenizer error for MAST jobs (#632)
1 parent bfc766b commit e451ad5

File tree

4 files changed

+2
-334
lines changed

4 files changed

+2
-334
lines changed

.meta/mast/qwen3_14b_mast.yaml

Lines changed: 0 additions & 168 deletions
This file was deleted.

.meta/mast/qwen3_1_7b_mast.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ group_size: 8
66
local_batch_size: 16 # per-device batch size
77
max_req_tokens: 512
88
max_res_tokens: 512
9-
model: "Qwen/Qwen3-1.7B"
9+
model: "/mnt/wsfuse/teamforge/hf/qwen3_1.7b"
1010
off_by_n: 1 # Off by one by default
1111
launcher: mast
1212

.meta/mast/qwen3_32b_mast.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ group_size: 8
66
local_batch_size: 16 # per-device batch size
77
max_req_tokens: 512
88
max_res_tokens: 512
9-
model: "Qwen/Qwen3-32B"
9+
model: "/mnt/wsfuse/teamforge/hf/qwen3_32b"
1010
off_by_n: 1 # Off by one by default
1111
launcher: mast
1212

.meta/mast/qwen3_8b_mast.yaml

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)