Vicuna updates

This commit is contained in:
Carl Pearson
2023-05-08 06:03:34 -06:00
parent 3494ce23f9
commit 31cb3ac354

View File

@@ -140,4 +140,8 @@ I had `fschat 0.2.5`.
## Start Chatting
python3 -m fastchat.serve.cli --device cpu --model-path vicuna-13b/
This will open up a little Chat-GPT-style interface in your terminal.
```
python3 -m fastchat.serve.cli --device cpu --model-path vicuna-13b/
```