OMH5 commited on
Commit
ff938db
1 Parent(s): f16539c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - llama-cpp
5
+ - gguf-my-lora
6
+ base_model: OMH5/241127-testdata1
7
+ ---
8
+
9
+ # OMH5/241127-testdata1-F16-GGUF
10
+ This LoRA adapter was converted to GGUF format from [`OMH5/241127-testdata1`](https://huggingface.co/OMH5/241127-testdata1) via the ggml.ai's [GGUF-my-lora](https://huggingface.co/spaces/ggml-org/gguf-my-lora) space.
11
+ Refer to the [original adapter repository](https://huggingface.co/OMH5/241127-testdata1) for more details.
12
+
13
+ ## Use with llama.cpp
14
+
15
+ ```bash
16
+ # with cli
17
+ llama-cli -m base_model.gguf --lora 241127-testdata1-f16.gguf (...other args)
18
+
19
+ # with server
20
+ llama-server -m base_model.gguf --lora 241127-testdata1-f16.gguf (...other args)
21
+ ```
22
+
23
+ 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).