jondurbin commited on
Commit
e8d56d4
1 Parent(s): e298490

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -40,7 +40,7 @@ Be sure you are pulling the latest branch!
40
  Then, you can invoke it like so (after downloading the model):
41
  ```
42
  python -m fastchat.serve.cli \
43
- --model-path airoboros-65b-gpt4-1.2 \
44
  --temperature 0.5 \
45
  --max-new-tokens 2048 \
46
  --no-history
@@ -48,8 +48,8 @@ python -m fastchat.serve.cli \
48
 
49
  Alternatively, please check out TheBloke's quantized versions:
50
 
51
- - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GPTQ
52
- - https://huggingface.co/TheBloke/airoboros-65B-gpt4-1.2-GGML
53
 
54
  ### Coding updates from gpt4/1.1:
55
 
 
40
  Then, you can invoke it like so (after downloading the model):
41
  ```
42
  python -m fastchat.serve.cli \
43
+ --model-path airoboros-13b-gpt4-1.2 \
44
  --temperature 0.5 \
45
  --max-new-tokens 2048 \
46
  --no-history
 
48
 
49
  Alternatively, please check out TheBloke's quantized versions:
50
 
51
+ - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GPTQ
52
+ - https://huggingface.co/TheBloke/airoboros-13B-gpt4-1.2-GGML
53
 
54
  ### Coding updates from gpt4/1.1:
55