jondurbin commited on
Commit
8988ff8
1 Parent(s): bbb6606

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,8 +41,8 @@ pip install git+https://github.com/jondurbin/FastChat
41
 
42
  Then, you can invoke it like so (after downloading the model):
43
  ```
44
- python -m fastchat.serve.cli
45
- --model-path airoboros-13b-gpt4 \
46
  --temperature 0.5 \
47
  --max-new-tokens 2048 \
48
  --no-history
 
41
 
42
  Then, you can invoke it like so (after downloading the model):
43
  ```
44
+ python -m fastchat.serve.cli \
45
+ --model-path airoboros-7b-gpt4 \
46
  --temperature 0.5 \
47
  --max-new-tokens 2048 \
48
  --no-history