From f0cf3341af67740c617d0f25f0d0af7fb71aef5e Mon Sep 17 00:00:00 2001 From: Scott Register Date: Sun, 27 Jul 2025 10:23:25 -0700 Subject: [PATCH] amp --- vr180_streaming/sam2_streaming_simple.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vr180_streaming/sam2_streaming_simple.py b/vr180_streaming/sam2_streaming_simple.py index dd90454..4d00265 100644 --- a/vr180_streaming/sam2_streaming_simple.py +++ b/vr180_streaming/sam2_streaming_simple.py @@ -50,7 +50,6 @@ class SAM2StreamingProcessor: vos_optimized=False, # Disable to avoid CUDA graph issues hydra_overrides_extra=[ "++model.compile_image_encoder=false", # Disable compilation - "++model.memory_attention.use_amp=false", # Disable AMP for stability ] )