From 31cb3ac35499c839545ca719bff99e43434c24d4 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 8 May 2023 06:03:34 -0600 Subject: [PATCH] Vicuna updates --- content/post/20230506_vicuna/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/post/20230506_vicuna/index.md b/content/post/20230506_vicuna/index.md index 6709ee5..1b00a82 100644 --- a/content/post/20230506_vicuna/index.md +++ b/content/post/20230506_vicuna/index.md @@ -140,4 +140,8 @@ I had `fschat 0.2.5`. ## Start Chatting -python3 -m fastchat.serve.cli --device cpu --model-path vicuna-13b/ \ No newline at end of file +This will open up a little Chat-GPT-style interface in your terminal. + +``` +python3 -m fastchat.serve.cli --device cpu --model-path vicuna-13b/ +``` \ No newline at end of file