update requirements

Former-commit-id: 66a91e1fe3
This commit is contained in:
hiyouga
2023-11-06 19:01:21 +08:00
parent 5c19786f7c
commit 936297aeac
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: