update requirements

Former-commit-id: 82ebbbbb80b3f3f616274210970738d0f44b5a0a
This commit is contained in:
hiyouga
2023-11-06 19:01:21 +08:00
parent 21ac46e439
commit 37a0d62a82
4 changed files with 8 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ from llmtuner.webui.css import CSS
from llmtuner.webui.engine import Engine
require_version("gradio==3.50.2", "To fix: pip install gradio==3.50.2")
require_version("gradio>=3.38.0,<4.0.0", "To fix: pip install \"gradio>=3.38.0,<4.0.0\"")
def create_ui() -> gr.Blocks: