multimodalart HF Staff commited on
Commit
bc88d24
·
verified ·
1 Parent(s): 1234ab3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ class ArgsNamespace:
225
  self.use_sageattn = False
226
  self.sage_blocks_range = "0-53"
227
  self.enable_torch_compile = False
228
- self.no_cache_block_id = None
229
 
230
  initialize_infer_state(ArgsNamespace())
231
 
 
225
  self.use_sageattn = False
226
  self.sage_blocks_range = "0-53"
227
  self.enable_torch_compile = False
228
+ self.no_cache_block_id = ""
229
 
230
  initialize_infer_state(ArgsNamespace())
231