itlwas commited on
Commit
e4fae11
·
verified ·
1 Parent(s): 8855d3f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  - gguf-my-repo
12
  ---
13
 
14
- # AIronMind/OLMo-2-1124-13B-Q4_K_M-GGUF
15
  This model was converted to GGUF format from [`allenai/OLMo-2-1124-13B`](https://huggingface.co/allenai/OLMo-2-1124-13B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
16
  Refer to the [original model card](https://huggingface.co/allenai/OLMo-2-1124-13B) for more details on the model.
17
 
@@ -26,12 +26,12 @@ Invoke the llama.cpp server or the CLI.
26
 
27
  ### CLI:
28
  ```bash
29
- llama-cli --hf-repo AIronMind/OLMo-2-1124-13B-Q4_K_M-GGUF --hf-file olmo-2-1124-13b-q4_k_m.gguf -p "The meaning to life and the universe is"
30
  ```
31
 
32
  ### Server:
33
  ```bash
34
- llama-server --hf-repo AIronMind/OLMo-2-1124-13B-Q4_K_M-GGUF --hf-file olmo-2-1124-13b-q4_k_m.gguf -c 2048
35
  ```
36
 
37
  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.
@@ -48,9 +48,9 @@ cd llama.cpp && LLAMA_CURL=1 make
48
 
49
  Step 3: Run inference through the main binary.
50
  ```
51
- ./llama-cli --hf-repo AIronMind/OLMo-2-1124-13B-Q4_K_M-GGUF --hf-file olmo-2-1124-13b-q4_k_m.gguf -p "The meaning to life and the universe is"
52
  ```
53
  or
54
  ```
55
- ./llama-server --hf-repo AIronMind/OLMo-2-1124-13B-Q4_K_M-GGUF --hf-file olmo-2-1124-13b-q4_k_m.gguf -c 2048
56
  ```
 
11
  - gguf-my-repo
12
  ---
13
 
14
+ # itlwas/OLMo-2-1124-13B-Q4_K_M-GGUF
15
  This model was converted to GGUF format from [`allenai/OLMo-2-1124-13B`](https://huggingface.co/allenai/OLMo-2-1124-13B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
16
  Refer to the [original model card](https://huggingface.co/allenai/OLMo-2-1124-13B) for more details on the model.
17
 
 
26
 
27
  ### CLI:
28
  ```bash
29
+ llama-cli --hf-repo itlwas/OLMo-2-1124-13B-Q4_K_M-GGUF --hf-file olmo-2-1124-13b-q4_k_m.gguf -p "The meaning to life and the universe is"
30
  ```
31
 
32
  ### Server:
33
  ```bash
34
+ llama-server --hf-repo itlwas/OLMo-2-1124-13B-Q4_K_M-GGUF --hf-file olmo-2-1124-13b-q4_k_m.gguf -c 2048
35
  ```
36
 
37
  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.
 
48
 
49
  Step 3: Run inference through the main binary.
50
  ```
51
+ ./llama-cli --hf-repo itlwas/OLMo-2-1124-13B-Q4_K_M-GGUF --hf-file olmo-2-1124-13b-q4_k_m.gguf -p "The meaning to life and the universe is"
52
  ```
53
  or
54
  ```
55
+ ./llama-server --hf-repo itlwas/OLMo-2-1124-13B-Q4_K_M-GGUF --hf-file olmo-2-1124-13b-q4_k_m.gguf -c 2048
56
  ```