vivicai commited on
Commit
d2ee089
1 Parent(s): 360eb08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,7 +13,7 @@ license: apache-2.0
13
 
14
 
15
 
16
- This is a 4-bit EXL2 version of the [Tigerbot 13b chat](https://huggingface.co/TigerResearch/tigerbot-13b-chat).
17
 
18
  It was quantized to 4bit using: https://github.com/turboderp/exllamav2
19
 
@@ -41,5 +41,5 @@ cd exllamav2
41
  pip install -r requirements.txt
42
 
43
  # infer command
44
- CUDA_VISIBLE_DEVICES=0 python other_infer/exllamav2_hf_infer.py --model_path TigerResearch/tigerbot-13b-chat-4bit-exl2
45
  ```
 
13
 
14
 
15
 
16
+ This is a 4-bit EXL2 version of the [Tigerbot 13b chat_v4](https://huggingface.co/TigerResearch/tigerbot-13b-chat-v4).
17
 
18
  It was quantized to 4bit using: https://github.com/turboderp/exllamav2
19
 
 
41
  pip install -r requirements.txt
42
 
43
  # infer command
44
+ CUDA_VISIBLE_DEVICES=0 python other_infer/exllamav2_hf_infer.py --model_path TigerResearch/tigerbot-13b-chat-v4-4bit-exl2
45
  ```