Skip to content

Commit

Permalink
BUG: Show downloading progress in gradio (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
aresnow1 authored Jul 28, 2023
1 parent 900a8a8 commit 31c5d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xinference/core/gradio.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ def select_model(
_model_format: str,
_model_size_in_billions: str,
_quantization: str,
progress=gr.Progress(track_tqdm=True),
):
match_result = match_llm(
_model_name,
Expand Down

0 comments on commit 31c5d04

Please sign in to comment.