jondurbin commited on
Commit
c9a8c2b
1 Parent(s): 1140002

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -42,8 +42,7 @@ Then, you can invoke it like so (after downloading the model):
42
  python -m fastchat.serve.cli
43
  --model-path airoboros-13b-gpt4 \
44
  --temperature 0.5 \
45
- --max-new-tokens 4096 \
46
- --conv-template vicuna_v1.1 \
47
  --no-history
48
  ```
49
 
 
42
  python -m fastchat.serve.cli
43
  --model-path airoboros-13b-gpt4 \
44
  --temperature 0.5 \
45
+ --max-new-tokens 2048 \
 
46
  --no-history
47
  ```
48