Spaces:
Running
on
L40S
Running
on
L40S
add download model weights
Browse files
setup.sh
CHANGED
@@ -2,3 +2,5 @@
|
|
2 |
git clone https://github.com/Roblox/cube.git
|
3 |
cd cube
|
4 |
pip install .[meshlab]
|
|
|
|
|
|
2 |
git clone https://github.com/Roblox/cube.git
|
3 |
cd cube
|
4 |
pip install .[meshlab]
|
5 |
+
|
6 |
+
huggingface-cli download Roblox/cube3d-v0.1 --local-dir ./model_weights
|