Julien Blanchon commited on
Commit
e90ea15
·
1 Parent(s): 0954daa
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -14,9 +14,10 @@ torchmetrics>=1.8.2
14
  # Note: torch and torchvision are pre-installed by HuggingFace Spaces
15
  # DO NOT specify them here or you'll overwrite the correct version
16
 
17
- # Pre-built wheels from HuggingFace (compatible with Spaces' PyTorch 2.6.0)
18
- # Built for Python 3.10 (cp310) against PyPI torch for ABI compatibility
19
- fused_ssim @ https://huggingface.co/blanchon/image-gs-models-utils/resolve/main/fused_ssim-0.0.1%2Bb4fd832pt2.6.0cu124-cp310-cp310-linux_x86_64.whl
 
20
  gsplat @ https://huggingface.co/blanchon/image-gs-models-utils/resolve/main/gsplat-0.1.0+torch2.6-cp310-cp310-linux_x86_64.whl
21
 
22
 
 
14
  # Note: torch and torchvision are pre-installed by HuggingFace Spaces
15
  # DO NOT specify them here or you'll overwrite the correct version
16
 
17
+ # Pre-built wheels compatible with HuggingFace Spaces PyTorch
18
+ # Spaces pre-installs torch==2.8.0 (PyPI version) - use wheels matching that version
19
+ # Python 3.10 (cp310), Linux x86_64
20
+ fused_ssim @ https://miropsota.github.io/torch_packages_builder/fused-ssim/fused_ssim-0.0.1+b4fd832pt2.8.0cu128-cp310-cp310-linux_x86_64.whl
21
  gsplat @ https://huggingface.co/blanchon/image-gs-models-utils/resolve/main/gsplat-0.1.0+torch2.6-cp310-cp310-linux_x86_64.whl
22
 
23