Skip to content

Commit 4ad096e

Browse files
Update README to be more descriptive
1 parent a5a2cc0 commit 4ad096e

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

README.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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).

0 commit comments

Comments
 (0)