GraceC3 commited on
Commit
d9482d5
·
verified ·
1 Parent(s): 2b868d8

Upload README.md with huggingface_hub

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