fstp commited on
Commit
3427cb0
·
verified ·
1 Parent(s): 3aaa1f1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Sentdex/Walls1337bot-Llama2-7B-003.005.5000
4
+ license: apache-2.0
5
+ datasets:
6
+ - Sentdex/WSB-003.005
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - llama-cpp
10
+ - gguf-my-lora
11
+ ---
12
+
13
+ # fstp/Walls1337bot-Llama2-7B-003.005.5000-Q8_0-GGUF
14
+ This LoRA adapter was converted to GGUF format from [`Sentdex/Walls1337bot-Llama2-7B-003.005.5000`](https://huggingface.co/Sentdex/Walls1337bot-Llama2-7B-003.005.5000) via the ggml.ai's [GGUF-my-lora](https://huggingface.co/spaces/ggml-org/gguf-my-lora) space.
15
+ Refer to the [original adapter repository](https://huggingface.co/Sentdex/Walls1337bot-Llama2-7B-003.005.5000) for more details.
16
+
17
+ ## Use with llama.cpp
18
+
19
+ ```bash
20
+ # with cli
21
+ llama-cli -m base_model.gguf --lora Walls1337bot-Llama2-7B-003.005.5000-q8_0.gguf (...other args)
22
+
23
+ # with server
24
+ llama-server -m base_model.gguf --lora Walls1337bot-Llama2-7B-003.005.5000-q8_0.gguf (...other args)
25
+ ```
26
+
27
+ To know more about LoRA usage with llama.cpp server, refer to the [llama.cpp server documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md).