Keep upsampler on CPU on HF Spaces (fixes text-query _cuda_init crash) β verified locally 7eb2da1 verified Xuweiyi commited on Apr 23
ZeroGPU: patch cached device descriptors (working_device) to CPU after roundtrip β verified locally a0a5586 verified Xuweiyi commited on Apr 23
ZeroGPU: force return value to CPU via torch.save/load roundtrip 04e4c27 verified Xuweiyi commited on Apr 23
ZeroGPU: move tensors to CPU on return; drop @GPU from post-processing; harden SparseGAState.__del__ fbd8d1d verified Xuweiyi commited on Apr 23
Move SAB3R model to module-level singleton for ZeroGPU (fixes CPU/CUDA weight mismatch on worker) 6e89858 verified Xuweiyi commited on Apr 23
Make transpose_to_landscape picklable for ZeroGPU (closures -> __call__ classes) ce2af14 verified Xuweiyi commited on Apr 23
Import spaces before torch (ZeroGPU init order requirement) 913e2b1 verified Xuweiyi commited on Apr 23
Fix CLIP BPE vocab download: derive path without importing the broken maskclip package bdd33d0 verified Xuweiyi commited on Apr 23
Bump Gradio SDK to 5.33.0 (gradio 4.44.1 imports HfFolder which is gone from huggingface_hub>=1.0) 209b97f verified Xuweiyi commited on Apr 23
Set TORCH_CUDA_ARCH_LIST=7.5;8.0;8.6;8.9;9.0 for FeatUp runtime install (no GPU visible at app startup on ZeroGPU) 2526b1c verified Xuweiyi commited on Apr 23
Move FeatUp install to runtime (app.py); drop git+ line from requirements.txt 71a49b4 verified Xuweiyi commited on Apr 22
Drop --no-build-isolation from requirements.txt (pip doesn't support it there); rely on PIP_NO_BUILD_ISOLATION=1 Space variable b009cf9 verified Xuweiyi commited on Apr 22
Fix FeatUp install: use --no-build-isolation so setup.py sees pre-installed torch c4f0eae verified Xuweiyi commited on Apr 22
Reorganize: demo lives in demo/ in the GitHub repo; at Space root we keep app.py+demo.py next to mast3r/ and dust3r/ 773ae1a verified Xuweiyi commited on Apr 22