Skip to content

Commit

Permalink
Update wizardcoder_demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghpluo authored Sep 1, 2023
1 parent 4bb55c9 commit 87d7796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/wizardcoder_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def evaluate_vllm(
)
],
title="WizardCoder",
description="Empowering Code Large Language Models with Evol-Instruct"
description="Empowering Code Large Language Models with Evol-Instruct, github: https://github.com/nlpxucan/WizardLM, huggingface: https://huggingface.co/WizardLM"
).queue().launch(share=True, server_port=port)

if __name__ == "__main__":
fire.Fire(main)
fire.Fire(main)

0 comments on commit 87d7796

Please sign in to comment.