rwkv.cpp/tests
YorkZero 241350fde6
Feature add cublas support (#65)
* chore: add ggml import in the head of rwkv.h

* chore: add ggml import in the head of rwkv.h

* feat: add cublas support

* feat: update rwkv.cpp

* feat: remove unused change

* chore: fix linux build issue

* chore: sync ggml and offload tensor to gpu

* chore: comment out tensors which occurs error on GPU

* chore: update comment and readme

* chore: update ggml to recent

* chore: add more performance test results

* chore: add more performance test results

* chore: fix problem of reading file more than 2 gb

* chore: merge master

* chore: remove unused comment

* chore: fix for comments

* Update README.md

* Update rwkv.cpp

---------

Co-authored-by: Alex <saharNooby@users.noreply.github.com>
2023-05-29 17:10:19 +05:00
..
CMakeLists.txt Feature add cublas support (#65) 2023-05-29 17:10:19 +05:00
expected_logits.bin Add robust automatic testing (#33) 2023-04-20 11:00:35 +05:00
test_ggml_basics.c Various improvements (#52) 2023-05-08 14:28:54 +05:00
test_tiny_rwkv.c Feature add cublas support (#65) 2023-05-29 17:10:19 +05:00
tiny-rwkv-660K-FP16.bin Add robust automatic testing (#33) 2023-04-20 11:00:35 +05:00
tiny-rwkv-660K-FP32.bin Add robust automatic testing (#33) 2023-04-20 11:00:35 +05:00