Update README.md
Browse files
README.md
CHANGED
@@ -24,9 +24,9 @@ pipeline_tag: text-generation
|
|
24 |
</div>
|
25 |
<!-- header end -->
|
26 |
|
27 |
-
# Open-Orca's OpenOrca
|
28 |
|
29 |
-
These files are GGML format model files for [Open-Orca's OpenOrca
|
30 |
|
31 |
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:
|
32 |
* [KoboldCpp](https://github.com/LostRuins/koboldcpp), a powerful GGML web UI with full GPU acceleration out of the box. Especially good for story telling.
|
@@ -40,9 +40,9 @@ These files were quantised using hardware kindly provided by [Latitude.sh](https
|
|
40 |
|
41 |
## Repositories available
|
42 |
|
43 |
-
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/OpenOrca_Preview1-
|
44 |
-
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/OpenOrca_Preview1-
|
45 |
-
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Open-Orca/
|
46 |
|
47 |
## Prompt template: Alpaca
|
48 |
|
|
|
24 |
</div>
|
25 |
<!-- header end -->
|
26 |
|
27 |
+
# Open-Orca's OpenOrca-Preview1-13B GGML
|
28 |
|
29 |
+
These files are GGML format model files for [Open-Orca's OpenOrca-Preview1-13B](https://huggingface.co/Open-Orca/OpenOrca-Preview1-13B).
|
30 |
|
31 |
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:
|
32 |
* [KoboldCpp](https://github.com/LostRuins/koboldcpp), a powerful GGML web UI with full GPU acceleration out of the box. Especially good for story telling.
|
|
|
40 |
|
41 |
## Repositories available
|
42 |
|
43 |
+
* [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/OpenOrca_Preview1-13B-GPTQ)
|
44 |
+
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/OpenOrca_Preview1-13B-GGML)
|
45 |
+
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Open-Orca/OpenOrca-Preview1-13B)
|
46 |
|
47 |
## Prompt template: Alpaca
|
48 |
|