Spaces:
Running
on
Zero
Running
on
Zero
linhaotong
commited on
Commit
·
47e3e9a
1
Parent(s):
4845d25
update
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -30,7 +30,10 @@ e3nn
|
|
| 30 |
# Utilities
|
| 31 |
requests
|
| 32 |
omegaconf
|
| 33 |
-
xformers
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
# 3D Gaussian Splatting
|
| 36 |
# Note: This requires CUDA during build. If build fails on Spaces, see alternative solutions.
|
|
|
|
| 30 |
# Utilities
|
| 31 |
requests
|
| 32 |
omegaconf
|
| 33 |
+
# xformers - install separately if needed, or use specific version with pre-built wheels
|
| 34 |
+
# For PyTorch 2.0+ with CUDA 11.8, use:
|
| 35 |
+
# xformers==0.0.22
|
| 36 |
+
# Or install after torch with: pip install xformers --no-deps
|
| 37 |
|
| 38 |
# 3D Gaussian Splatting
|
| 39 |
# Note: This requires CUDA during build. If build fails on Spaces, see alternative solutions.
|