kewin4933 commited on
Commit
c74b68a
·
1 Parent(s): c4b9f50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -9,3 +9,5 @@ Chinese Alpaca model is from https://github.com/ymcui/Chinese-LLaMA-Alpaca
9
  ggml Alpaca model is from https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/tree/main
10
 
11
  the two models also can be loaded by the [llama.cpp](https://github.com/ggerganov/llama.cpp) project.
 
 
 
9
  ggml Alpaca model is from https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/tree/main
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)