Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -416,7 +416,6 @@ pipeline = HQPipelineWithCachedLoRA(
|
|
| 416 |
checkpoint_path=checkpoint_path,
|
| 417 |
spatial_upsampler_path=spatial_upsampler_path,
|
| 418 |
gemma_root=gemma_root,
|
| 419 |
-
loras=[], # No LoRAs at init - preloading works
|
| 420 |
quantization=QuantizationPolicy.fp8_cast(),
|
| 421 |
)
|
| 422 |
|
|
|
|
| 416 |
checkpoint_path=checkpoint_path,
|
| 417 |
spatial_upsampler_path=spatial_upsampler_path,
|
| 418 |
gemma_root=gemma_root,
|
|
|
|
| 419 |
quantization=QuantizationPolicy.fp8_cast(),
|
| 420 |
)
|
| 421 |
|