Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ Be sure you are pulling the latest branch!
|
|
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-1.
|
46 |
--temperature 0.5 \
|
47 |
--max-new-tokens 2048 \
|
48 |
--no-history
|
|
|
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-1.4 \
|
46 |
--temperature 0.5 \
|
47 |
--max-new-tokens 2048 \
|
48 |
--no-history
|