CAT.CPP IS BETTER!!!
This commit is contained in:
parent
3b419a52d8
commit
c79c99fb26
1 changed files with 9 additions and 10 deletions
19
README.md
19
README.md
|
@ -1,6 +1,9 @@
|
|||
# llama.cpp
|
||||
# cat.cpp
|
||||
|
||||

|
||||

|
||||
### Goodbye llama, cat.cpp is the new and better llama.cpp
|
||||
|
||||
Main Feature: Talks like a cat, but the cat knows binary!
|
||||
|
||||
[](https://github.com/ggerganov/llama.cpp/actions)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
@ -359,11 +362,7 @@ docker run -v /llama/models:/models ghcr.io/ggerganov/llama.cpp:light -m /models
|
|||
- A bit of backstory for those who are interested: [Changelog podcast](https://changelog.com/podcast/532)
|
||||
|
||||
### Coding guidelines
|
||||
|
||||
- Avoid adding third-party dependencies, extra files, extra headers, etc.
|
||||
- Always consider cross-compatibility with other operating systems and architectures
|
||||
- Avoid fancy looking modern STL constructs, use basic `for` loops, avoid templates, keep it simple
|
||||
- There are no strict rules for the code style, but try to follow the patterns in the code (indentation, spaces, etc.). Vertical alignment makes things more readable and easier to batch edit
|
||||
- Clean-up any trailing whitespaces, use 4 spaces indentation, brackets on same line, `void * ptr`, `int & a`
|
||||
- See [good first issues](https://github.com/ggerganov/llama.cpp/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) for tasks suitable for first contributions
|
||||
|
||||
- There are no guidelines
|
||||
- Use whatever formatting style you wish to use
|
||||
- Troll everyone with code obfuscation
|
||||
- Let the chaos begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue