1 parent 7399bb3 commit 83de2e5Copy full SHA for 83de2e5
1 file changed
tools/inference/inference_omni_v2v.sh
@@ -32,10 +32,10 @@ export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
32
# ${CKPT_DIR}/high_noise_model/model.pt
33
# ${CKPT_DIR}/low_noise_model/model.pt
34
# (and any base assets required by the pipeline)
35
-CKPT_DIR="/inspire/ssd/project/sais-mtm/public/data/ppu_data/pretrained_models/OmniVideo2-A14B"
+CKPT_DIR="{path to your checkpoint directory}"
36
37
# Qwen3-VL model for online feature extraction
38
-QWEN3VL_MODEL_PATH="/inspire/ssd/project/sais-mtm/public/pretrained_models/Qwen3-VL-30B-A3B-Instruct"
+QWEN3VL_MODEL_PATH="{path to your Qwen3-VL model directory}"
39
40
# =============================================================================
41
# Input Data (JSONL format only)
0 commit comments