Spaces:
Sleeping
Sleeping
MaduRox commited on
Commit ·
b1909b4
1
Parent(s): efb9f26
feat: integrate KalpanaDynamicCache into all 24 layers of Qwen2.5 on ZeroGPU
Browse files- __pycache__/app.cpython-312.pyc +0 -0
- app.py +4 -1
__pycache__/app.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-312.pyc and b/__pycache__/app.cpython-312.pyc differ
|
|
|
app.py
CHANGED
|
@@ -116,4 +116,7 @@ with gr.Blocks(
|
|
| 116 |
)
|
| 117 |
|
| 118 |
demo.queue()
|
| 119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
)
|
| 117 |
|
| 118 |
demo.queue()
|
| 119 |
+
|
| 120 |
+
if __name__ == "__main__":
|
| 121 |
+
demo.launch()
|
| 122 |
+
|