Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
inference: false
|
|
|
3 |
license: other
|
4 |
---
|
5 |
|
@@ -30,7 +31,7 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
30 |
|
31 |
* [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/Samantha-7B-GPTQ)
|
32 |
* [4-bit, 5-bit, and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Samantha-7B-GGML)
|
33 |
-
* [
|
34 |
|
35 |
## THE FILES IN MAIN BRANCH REQUIRES LATEST LLAMA.CPP (May 19th 2023 - commit 2d5db48)!
|
36 |
|
|
|
1 |
---
|
2 |
inference: false
|
3 |
+
language: en
|
4 |
license: other
|
5 |
---
|
6 |
|
|
|
31 |
|
32 |
* [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/Samantha-7B-GPTQ)
|
33 |
* [4-bit, 5-bit, and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Samantha-7B-GGML)
|
34 |
+
* [Eric's original unquantised fp16 model in HF format](https://huggingface.co/ehartford/samantha-7b)
|
35 |
|
36 |
## THE FILES IN MAIN BRANCH REQUIRES LATEST LLAMA.CPP (May 19th 2023 - commit 2d5db48)!
|
37 |
|