wqerrewetw commited on
Commit
b0595e8
·
verified ·
1 Parent(s): 5ab455c

Upload README.md with huggingface_hub

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