Update README.md
Browse files
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
|