Skip to content

Commit

Permalink
add fastchat.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imClumsyPanda committed May 31, 2023
1 parent 20f1daf commit e093f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/test_fastchat_openai_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def dispatch(args: Namespace):

if __name__ == '__main__':
args = None
args = parser.parse_args(args=['--model-dir', '/media/checkpoint/', '--model', 'fastChatOpenAI', '--no-remote-model'])
args = parser.parse_args(args=['--model-dir', '/media/checkpoint/', '--model', 'fastchat-chatglm-6b', '--no-remote-model'])

loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)
Expand Down

0 comments on commit e093f86

Please sign in to comment.