jsfs11 commited on
Commit
3026581
1 Parent(s): 760003b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,7 +14,7 @@ base_model:
14
  - jsfs11/RandomMergeNoNormWEIGHTED-7B-DARETIES
15
  ---
16
 
17
- # jsfs11/RandomMerge-Passthru-10.7B-v0.1a-Q5_K_M-GGUF
18
  This model was converted to GGUF format from [`jsfs11/RandomMerge-Passthru-10.7B-v0.1a`](https://huggingface.co/jsfs11/RandomMerge-Passthru-10.7B-v0.1a) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
19
  Refer to the [original model card](https://huggingface.co/jsfs11/RandomMerge-Passthru-10.7B-v0.1a) for more details on the model.
20
  ## Use with llama.cpp
@@ -29,13 +29,13 @@ Invoke the llama.cpp server or the CLI.
29
  CLI:
30
 
31
  ```bash
32
- llama-cli --hf-repo jsfs11/RandomMerge-Passthru-10.7B-v0.1a-Q5_K_M-GGUF --model randommerge-passthru-10.7b-v0.1a.Q5_K_M.gguf -p "The meaning to life and the universe is"
33
  ```
34
 
35
  Server:
36
 
37
  ```bash
38
- llama-server --hf-repo jsfs11/RandomMerge-Passthru-10.7B-v0.1a-Q5_K_M-GGUF --model randommerge-passthru-10.7b-v0.1a.Q5_K_M.gguf -c 2048
39
  ```
40
 
41
  Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
 
14
  - jsfs11/RandomMergeNoNormWEIGHTED-7B-DARETIES
15
  ---
16
 
17
+ # jsfs11/TemptressTensor-10.7B-v0.1a-GGUF
18
  This model was converted to GGUF format from [`jsfs11/RandomMerge-Passthru-10.7B-v0.1a`](https://huggingface.co/jsfs11/RandomMerge-Passthru-10.7B-v0.1a) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
19
  Refer to the [original model card](https://huggingface.co/jsfs11/RandomMerge-Passthru-10.7B-v0.1a) for more details on the model.
20
  ## Use with llama.cpp
 
29
  CLI:
30
 
31
  ```bash
32
+ llama-cli --hf-repo jsfs11/temptresstensor-10.7B-v0.1a-Q5_K_M-GGUF --model temptresstensor-10.7b-v0.1a.Q5_K_M.gguf -p "The meaning to life and the universe is"
33
  ```
34
 
35
  Server:
36
 
37
  ```bash
38
+ llama-server --hf-repo jsfs11/temptresstensor-10.7B-v0.1a-Q5_K_M-GGUF --model temptresstensor-10.7b-v0.1a.Q5_K_M.gguf -c 2048
39
  ```
40
 
41
  Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.