AdnanRiaz107 commited on
Commit
c87f39c
·
verified ·
1 Parent(s): 7cc480f

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
+ license: other
3
+ base_model: AdnanRiaz107/CodeLLAMA3-8BI-APPS
4
+ library_name: peft
5
+ tags:
6
+ - llama-cpp
7
+ - gguf-my-lora
8
+ model-index:
9
+ - name: LLAMA3-8BI-APPS
10
+ results: []
11
+ ---
12
+
13
+ # AdnanRiaz107/CodeLLAMA3-8BI-APPS-F16-GGUF
14
+ This LoRA adapter was converted to GGUF format from [`AdnanRiaz107/CodeLLAMA3-8BI-APPS`](https://huggingface.co/AdnanRiaz107/CodeLLAMA3-8BI-APPS) 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/AdnanRiaz107/CodeLLAMA3-8BI-APPS) for more details.
16
+
17
+ ## Use with llama.cpp
18
+
19
+ ```bash
20
+ # with cli
21
+ llama-cli -m base_model.gguf --lora CodeLLAMA3-8BI-APPS-f16.gguf (...other args)
22
+
23
+ # with server
24
+ llama-server -m base_model.gguf --lora CodeLLAMA3-8BI-APPS-f16.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).