TheBloke commited on
Commit
0fbb5be
1 Parent(s): 844e263

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -7,6 +7,14 @@ This repo contains the weights of the Koala 13B model produced at Berkeley. It i
7
 
8
  This version has then been converted to HF format.
9
 
 
 
 
 
 
 
 
 
10
  The following commands were run to produce this repo:
11
  ```
12
  git clone https://github.com/young-geng/EasyLM
 
7
 
8
  This version has then been converted to HF format.
9
 
10
+ ## Other Koala repos
11
+
12
+ I have also made these other Koala models available:
13
+ * [GPTQ quantized 4bit 13B model in GGML format for llama.cpp](https://huggingface.co/TheBloke/koala-13B-GPTQ-4bit-128g-GGML)
14
+ * [GPTQ quantized 4bit 7B model in `pt` and `safetensors` formats](https://huggingface.co/TheBloke/koala-7B-4bit-128g)
15
+ * [Unquantized 7B model in HF format](https://huggingface.co/TheBloke/koala-7B-HF)
16
+ * [Unquantized 7B model in GGML format for llama.cpp](https://huggingface.co/TheBloke/koala-7b-ggml-unquantized)
17
+
18
  The following commands were run to produce this repo:
19
  ```
20
  git clone https://github.com/young-geng/EasyLM