Spaces:
Running on Zero
Running on Zero
Conservative initial ZeroGPU duration estimate
Browse files
app.py
CHANGED
|
@@ -252,9 +252,9 @@ def _rollout_tflops(total_len: int, steps: int) -> float:
|
|
| 252 |
|
| 253 |
|
| 254 |
# Calibrated against measured wall-clock on ZeroGPU (see README).
|
| 255 |
-
_TFLOPS_PER_SEC =
|
| 256 |
-
_VAE_SEC_PER_LATENT_FRAME = 0.
|
| 257 |
-
_FIXED_OVERHEAD_SEC =
|
| 258 |
|
| 259 |
|
| 260 |
def _duration(*args, **kwargs) -> int:
|
|
|
|
| 252 |
|
| 253 |
|
| 254 |
# Calibrated against measured wall-clock on ZeroGPU (see README).
|
| 255 |
+
_TFLOPS_PER_SEC = 45.0
|
| 256 |
+
_VAE_SEC_PER_LATENT_FRAME = 0.15
|
| 257 |
+
_FIXED_OVERHEAD_SEC = 20.0
|
| 258 |
|
| 259 |
|
| 260 |
def _duration(*args, **kwargs) -> int:
|