File tree Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change 1- llama.cpp
1+ # Llamacpp
22
3- Port of Facebook's LLaMA model in C/C++
3+ A C++ library for writing high-performance network applications
4+
5+ # Installation and Usage
6+
7+ Use the zopen package manager ([ QuickStart Guide] ( https://zopen.community/#/Guides/QuickStart ) ) to install:
8+ ``` bash
9+ zopen install llamacpp
10+ ```
11+
12+ # Building from Source
13+
14+ 1 . Clone the repository:
15+ ``` bash
16+ git clone https://github.com/zopencommunity/llamacppport.git
17+ cd llamacppport
18+ ```
19+ 2 . Build using zopen:
20+ ``` bash
21+ zopen build -vv
22+ ```
23+
24+ See the [ zopen porting guide] ( https://zopen.community/#/Guides/Porting ) for more details.
25+
26+ # Documentation
27+
28+
29+ # Troubleshooting
30+ TBD
31+
32+ # Contributing
33+ Contributions are welcome! Please follow the [ zopen contribution guidelines] ( https://github.com/zopencommunity/meta/blob/main/CONTRIBUTING.md ) .
You can’t perform that action at this time.
0 commit comments