TheBloke commited on
Commit
3199f8e
1 Parent(s): ca74c9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -17,6 +17,8 @@ datasets:
17
 
18
  These files are GGML format model files for [Vigogne Instruct 13B - A French instruction-following LLaMa model](https://huggingface.co/bofenghuang/vigogne-instruct-13b).
19
 
 
 
20
  GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
21
  * [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
22
  * [KoboldCpp](https://github.com/LostRuins/koboldcpp)
 
17
 
18
  These files are GGML format model files for [Vigogne Instruct 13B - A French instruction-following LLaMa model](https://huggingface.co/bofenghuang/vigogne-instruct-13b).
19
 
20
+ These files are the result of merging the LoRA and then converting to GGML.
21
+
22
  GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
23
  * [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
24
  * [KoboldCpp](https://github.com/LostRuins/koboldcpp)