jondurbin commited on
Commit
9d66f17
1 Parent(s): c642a81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -43,7 +43,8 @@ python -m fastchat.serve.cli
43
  --temperature 0.5 \
44
  --max-new-tokens 4096 \
45
  --context-length 4096 \
46
- --conv-template vicuna_v1.1
 
47
  ```
48
 
49
  ### Context obedient question answering
 
43
  --temperature 0.5 \
44
  --max-new-tokens 4096 \
45
  --context-length 4096 \
46
+ --conv-template vicuna_v1.1 \
47
+ --no-history
48
  ```
49
 
50
  ### Context obedient question answering