jondurbin commited on
Commit
85c4d28
1 Parent(s): 2492323

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ Be sure you are pulling the latest branch!
44
  Then, you can invoke it like so (after downloading the model):
45
  ```
46
  python -m fastchat.serve.cli \
47
- --model-path airoboros-13b-gpt4-1.4 \
48
  --temperature 0.5 \
49
  --max-new-tokens 2048 \
50
  --no-history
 
44
  Then, you can invoke it like so (after downloading the model):
45
  ```
46
  python -m fastchat.serve.cli \
47
+ --model-path airoboros-13b-gpt4-1.4.1-qlora \
48
  --temperature 0.5 \
49
  --max-new-tokens 2048 \
50
  --no-history