ClaudioItaly commited on
Commit
62cc6c5
1 Parent(s): 98103de

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  base_model: ClaudioItaly/Albacus
3
  library_name: transformers
 
4
  tags:
5
  - mergekit
6
  - merge
@@ -23,12 +24,12 @@ Invoke the llama.cpp server or the CLI.
23
 
24
  ### CLI:
25
  ```bash
26
- llama-cli --hf-repo ClaudioItaly/Albacus-Q5_K_M-GGUF --hf-file albacus-q5_k_m.gguf -p "The meaning to life and the universe is"
27
  ```
28
 
29
  ### Server:
30
  ```bash
31
- llama-server --hf-repo ClaudioItaly/Albacus-Q5_K_M-GGUF --hf-file albacus-q5_k_m.gguf -c 2048
32
  ```
33
 
34
  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.
@@ -45,9 +46,9 @@ cd llama.cpp && LLAMA_CURL=1 make
45
 
46
  Step 3: Run inference through the main binary.
47
  ```
48
- ./llama-cli --hf-repo ClaudioItaly/Albacus-Q5_K_M-GGUF --hf-file albacus-q5_k_m.gguf -p "The meaning to life and the universe is"
49
  ```
50
  or
51
  ```
52
- ./llama-server --hf-repo ClaudioItaly/Albacus-Q5_K_M-GGUF --hf-file albacus-q5_k_m.gguf -c 2048
53
  ```
 
1
  ---
2
  base_model: ClaudioItaly/Albacus
3
  library_name: transformers
4
+ license: mit
5
  tags:
6
  - mergekit
7
  - merge
 
24
 
25
  ### CLI:
26
  ```bash
27
+ llama-cli --hf-repo ClaudioItaly/Albacus-Q5_K_M-GGUF --hf-file albacus-q5_k_m-imat.gguf -p "The meaning to life and the universe is"
28
  ```
29
 
30
  ### Server:
31
  ```bash
32
+ llama-server --hf-repo ClaudioItaly/Albacus-Q5_K_M-GGUF --hf-file albacus-q5_k_m-imat.gguf -c 2048
33
  ```
34
 
35
  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.
 
46
 
47
  Step 3: Run inference through the main binary.
48
  ```
49
+ ./llama-cli --hf-repo ClaudioItaly/Albacus-Q5_K_M-GGUF --hf-file albacus-q5_k_m-imat.gguf -p "The meaning to life and the universe is"
50
  ```
51
  or
52
  ```
53
+ ./llama-server --hf-repo ClaudioItaly/Albacus-Q5_K_M-GGUF --hf-file albacus-q5_k_m-imat.gguf -c 2048
54
  ```