dagloop5 commited on
Commit
73173b6
·
verified ·
1 Parent(s): a5f8b2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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