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