Spaces:
Runtime error
Runtime error
BridgeEight
commited on
Commit
•
57b2f33
1
Parent(s):
448bdc5
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
from lmdeploy.serve.gradio.app import *
|
5 |
os.system('sh download.sh')
|
6 |
|
7 |
-
InterFace.async_engine = AsyncEngine(model_path='
|
8 |
instance_num=2,
|
9 |
tp=1)
|
10 |
|
|
|
4 |
from lmdeploy.serve.gradio.app import *
|
5 |
os.system('sh download.sh')
|
6 |
|
7 |
+
InterFace.async_engine = AsyncEngine(model_path='internlm2-chat-20b-4bits',
|
8 |
instance_num=2,
|
9 |
tp=1)
|
10 |
|