Skip to content

Commit 2dfb33a

Browse files
committed
Mark that model is not loaded yet explicitly
1 parent e806a32 commit 2dfb33a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.jenkins/lm-eval-harness/configs/ovis2_5-9b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model_name: "/mnt/weka/llm/google/gemma-3-4b-it"
1+
model_name: "/path/to/ovis/2/5/9b"
22
tasks:
33
- name: "gsm8k"
44
metrics:

.jenkins/vision/configs/ovis2_5-9b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model_name: "/mnt/weka/llm/google/gemma-3-4b-it"
1+
model_name: "/path/to/ovis/2/5/9b"
22
dtype: "bfloat16"
33
max_model_len: 32768
44
max_num_seqs: 32

0 commit comments

Comments
 (0)