jondurbin commited on
Commit
de272f5
1 Parent(s): 2fe6f63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.3 \
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