myhloli commited on
Commit
d88a1a5
·
verified ·
1 Parent(s): 0473750

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ if __name__ == '__main__':
29
  json.dump(config, file, indent=4) # 写入新内容
30
  except Exception as e:
31
  logger.exception(e)
32
- os.system('mineru-gradio --enable-sglang-engine true --enable-api false')
 
29
  json.dump(config, file, indent=4) # 写入新内容
30
  except Exception as e:
31
  logger.exception(e)
32
+ os.system('mineru-gradio --enable-sglang-engine true --enable-torch-compile true --mem-fraction-static 0.5 --enable-api false')