revert: back to PyTorch nightly cu128 (nightly + xformers) for Blackwell sm_120 872461b Running doradream commited on Jul 2
fix: use pytorch.org stable cu128 index for guaranteed torch+torchvision ABI compatibility 22eb351 doradream commited on Jul 2
fix: replace mmengine set_random_seed import with local impl (avoids PyTorch JIT LaTeX bug) 03bd4d5 doradream commited on Jul 2
fix: remove cu128 index pin — let pip auto-select best stable PyTorch e08a6b6 doradream commited on Jul 2
fix: switch from PyTorch nightly to stable (2.7+ supports Blackwell, no NVML bug) 26a3023 doradream commited on Jul 2
fix: switch to expandable_segments allocator (less fragmentation than no-caching) fe3eb36 doradream commited on Jul 2
fix: set PYTORCH_NO_CUDA_MEMORY_CACHING before any torch import (was too late inside run_inference) 61620af doradream commited on Jul 2
fix: disable CUDACachingAllocator to workaround PyTorch nightly NVML bug on MIG GPU bde1ad8 doradream commited on Jul 2
fix: replace manual attention (OOM) with F.scaled_dot_product_attention (memory-efficient) 1751a82 doradream commited on Jul 2
fix: add _HAS_FLASH_ATTN guard — mirror xformers pattern to prevent NoneType call ee8ee14 doradream commited on Jul 2
fix: default USE_XFORMERS to False (env var unreliable in ZeroGPU context) 54f174f doradream commited on Jul 2
fix: use black placeholder when nuScenes images missing (HF Space doesnt need real images) 87fd955 doradream commited on Jul 2
fix: set num_workers=0 in inference config files (was overriding script default) 718883b doradream commited on Jul 2
fix maps download: repo has expansion/*.json not nuscenes/maps/expansion/*.json 5e75f99 doradream commited on Jul 2
add nuScenes maps/expansion download from doradream/magicdrive-data 0b24a02 doradream commited on Jul 2
fix: move inference in-process to avoid ZeroGPU SIGSEGV (-11) cbc51a7 doradream Claude commited on Jul 1
Fix: remove torchvision pin, add transformers, patch write_video import c56df53 doradream commited on Jun 30
Fix download: use Popen with streaming output instead of silent subprocess.run ead99a7 doradream commited on Jun 30