Spaces:
Runtime error
Runtime error
pablovela5620
commited on
Commit
Β·
2e45a07
1
Parent(s):
918a2ec
chore: Update post-install command to include timing information
Browse files
pixi.toml
CHANGED
@@ -34,7 +34,7 @@ download-iphone-data = """
|
|
34 |
)
|
35 |
"""
|
36 |
|
37 |
-
post-install = {cmd="python -m pip install -e .", depends_on=["download-model", "download-dpvo-data", "download-iphone-data"], outputs=["cuda_ba.cpython-311-x86_64-linux-gnu.so"]}
|
38 |
rr-viewer = "rerun --memory-limit 50% --drop-at-latency 500ms"
|
39 |
|
40 |
demo = """
|
|
|
34 |
)
|
35 |
"""
|
36 |
|
37 |
+
post-install = {cmd="time python -m pip install -e .", depends_on=["download-model", "download-dpvo-data", "download-iphone-data"], outputs=["cuda_ba.cpython-311-x86_64-linux-gnu.so"]}
|
38 |
rr-viewer = "rerun --memory-limit 50% --drop-at-latency 500ms"
|
39 |
|
40 |
demo = """
|