Skip to content

Commit

Permalink
Merge pull request #32 from Wenw97/main
Browse files Browse the repository at this point in the history
语法错误修改
  • Loading branch information
ZHangZHengEric authored Jul 27, 2023
2 parents dfb2821 + 201a35a commit c45a680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chat_gradio.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ def bot(history,temperature,top_p,slider_context_times):
streamer = TextIteratorStreamer(tokenizer,skip_prompt=True)
if torch.__version__ >= "2" and sys.platform != "win32":
model = torch.compile(model)
demo.queue().launch(share=False, debug=Trueserver_name="0.0.0.0")
demo.queue().launch(share=False, debug=True,server_name="0.0.0.0")

0 comments on commit c45a680

Please sign in to comment.