File tree 4 files changed +7
-3
lines changed
thirdparty/llama.cpp/include
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5
5
thirdparty /llama-cpp-python
6
6
src /cyllama /cyllama.cpp
7
7
tests /cpp
8
+ changes.diff
8
9
9
10
# editor
10
11
.vscode
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ $(LIBLAMMA):
28
28
29
29
build : $(LIBLAMMA )
30
30
@python3 setup.py build_ext --inplace
31
- # @rm -rf src/cyllama/cyllama.cpp
31
+ @git diff thirdparty > changes.diff
32
32
33
33
34
34
wheel :
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ authors = [
9
9
requires-python = " >=3.8"
10
10
dependencies = [" numpy >= 2" ]
11
11
12
+ [project .optional-dependencies ]
13
+ test = [' pytest' , ' pytest-cov' ]
14
+
12
15
[build-system ]
13
16
requires = [" setuptools >= 61" , " cython" ]
14
17
build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ extern "C" {
509
509
GGML_OP_WIN_UNPART ,
510
510
GGML_OP_GET_REL_POS ,
511
511
GGML_OP_ADD_REL_POS ,
512
- GGML_OP_RWKV_WKV ,
512
+ GGML_OP_RWKV_WKV6 ,
513
513
514
514
GGML_OP_UNARY ,
515
515
@@ -1819,7 +1819,7 @@ extern "C" {
1819
1819
struct ggml_tensor * pw ,
1820
1820
struct ggml_tensor * ph );
1821
1821
1822
- GGML_API struct ggml_tensor * ggml_rwkv_wkv (
1822
+ GGML_API struct ggml_tensor * ggml_rwkv_wkv6 (
1823
1823
struct ggml_context * ctx ,
1824
1824
struct ggml_tensor * k ,
1825
1825
struct ggml_tensor * v ,
You can’t perform that action at this time.
0 commit comments