thirteenbit commited on
Commit
8e7be6d
1 Parent(s): 19fe549

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -12,6 +12,8 @@ pipeline_tag: translation
12
 
13
  ## Description
14
 
15
- This repo contains GGUF format model files for [MADLAD-400-10B-MT](https://huggingface.co/google/madlad400-10b-mt) for use with [llama.cpp](https://github.com/ggerganov/llama.cpp)
16
- and compatible software.
17
 
 
 
 
12
 
13
  ## Description
14
 
15
+ This repo contains GGUF format model files for [MADLAD-400-10B-MT](https://huggingface.co/google/madlad400-10b-mt) for
16
+ use with [llama.cpp](https://github.com/ggerganov/llama.cpp) and compatible software.
17
 
18
+ Converted to gguf using llama.cpp [convert_hf_to_gguf.py](https://github.com/ggerganov/llama.cpp/blob/master/convert_hf_to_gguf.py)
19
+ and quantized using llama.cpp llama-quantize, llama.cpp version [b3325](https://github.com/ggerganov/llama.cpp/commits/b3325).