Skip to content

Commit 83de2e5

Browse files
committed
update
1 parent 7399bb3 commit 83de2e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/inference/inference_omni_v2v.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
3232
# ${CKPT_DIR}/high_noise_model/model.pt
3333
# ${CKPT_DIR}/low_noise_model/model.pt
3434
# (and any base assets required by the pipeline)
35-
CKPT_DIR="/inspire/ssd/project/sais-mtm/public/data/ppu_data/pretrained_models/OmniVideo2-A14B"
35+
CKPT_DIR="{path to your checkpoint directory}"
3636

3737
# Qwen3-VL model for online feature extraction
38-
QWEN3VL_MODEL_PATH="/inspire/ssd/project/sais-mtm/public/pretrained_models/Qwen3-VL-30B-A3B-Instruct"
38+
QWEN3VL_MODEL_PATH="{path to your Qwen3-VL model directory}"
3939

4040
# =============================================================================
4141
# Input Data (JSONL format only)

0 commit comments

Comments
 (0)