kewin4933 commited on
Commit
a988ec5
1 Parent(s): 4ef96f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,6 +10,6 @@ ggml Alpaca model is from https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/
10
 
11
  the two models also can be loaded by the [llama.cpp](https://github.com/ggerganov/llama.cpp) project.
12
 
13
- InferLLM support the ChatGLM model, the chatglm-q4 is the int4 quantized model from [chatglm-6b](https://huggingface.co/THUDM/chatglm-6b)
14
 
15
  InferLLM support the baichuan model, the baichuan-q4 is the int4 quantized model from [baichuan](https://huggingface.co/fireballoon/baichuan-vicuna-7b)
 
10
 
11
  the two models also can be loaded by the [llama.cpp](https://github.com/ggerganov/llama.cpp) project.
12
 
13
+ InferLLM support the ChatGLM/ChatGLM2 model, the chatglm-q4/bin/chatglm2-q4.bin is the int4 quantized model from [chatglm-6b](https://huggingface.co/THUDM/chatglm-6b)/[chatglm2-6b](https://huggingface.co/THUDM/chatglm2-6b)
14
 
15
  InferLLM support the baichuan model, the baichuan-q4 is the int4 quantized model from [baichuan](https://huggingface.co/fireballoon/baichuan-vicuna-7b)