Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
feature: rwkv cpp backend (#31)
Browse files Browse the repository at this point in the history
* impl rwkv.cpp inference backend
  • Loading branch information
hlhr202 authored Apr 26, 2023
1 parent d156bb8 commit eb9c906
Show file tree
Hide file tree
Showing 29 changed files with 103,891 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/llama-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- run: sudo apt install -y musl-tools
if: matrix.os == 'ubuntu-20.04'
- run: git submodule update --init
- run: git submodule update --init --recursive
- run: pnpm install
- run: cargo clippy --all-targets --all-features
- run: pnpm build:llama-rs
Expand Down
8 changes: 6 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[submodule "packages/llama-cpp/llama-sys/llama.cpp"]
[submodule "llama.cpp"]
path = packages/llama-cpp/llama-sys/llama.cpp
url = https://github.com/ggerganov/llama.cpp.git
url = https://github.com/ggerganov/llama.cpp.git

[submodule "rwkv.cpp"]
path = packages/rwkv-cpp/rwkv-sys/rwkv.cpp
url = https://github.com/saharNooby/rwkv.cpp.git
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"i18n-ally.localesPaths": [
"packages/docs/i18n"
]

}
Loading

0 comments on commit eb9c906

Please sign in to comment.