Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
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')
|