Skip to content

Releases: RWKV/rwkv.cpp

master-e8b6adf

26 Jan 15:03
e8b6adf
Compare
Choose a tag to compare
Fix README.md (#160)

master-d375684

09 Dec 07:42
d375684
Compare
Choose a tag to compare
fix ROCm can't find pack artifacts (#156)

* fix ROCm can't find pack artifacts

* Update build.yml

---------

Co-authored-by: Alex <saharNooby@users.noreply.github.com>

master-d2075c7

02 Dec 07:43
d2075c7
Compare
Choose a tag to compare
Support build cuda rocm (#155)

* add cuda and hip support

* fix ci fail

* add ninja

* add ninja

* peek ninja

* peek ninja

* peek ninja

* peek ninja

* peek ninja

* Update build.yml

* test build with rocm

* change set ninja action

* fix rocm build fail build.yml

master-7f1e4c0

02 Dec 07:14
7f1e4c0
Compare
Choose a tag to compare
fix build witch mac arm (#153)

master-bcc6d6b

16 Nov 06:01
bcc6d6b
Compare
Choose a tag to compare
Fix README.md (#149)

master-4344c9f

16 Nov 15:58
4344c9f
Compare
Choose a tag to compare
Fix: Use correct HIPBLAS shared library flag (#150)

master-9e8c722

14 Nov 11:52
9e8c722
Compare
Choose a tag to compare
fix CmakeLists.txt for extras for static build (#147)

#146

master-74f50ae

14 Nov 15:08
74f50ae
Compare
Choose a tag to compare
Add wkv v5 custom operator (#148)

* Add wkv v5 custom operator

* Fix build

* Comment out intrinsics

master-20a8549

12 Nov 11:45
20a8549
Compare
Choose a tag to compare
Add RWKV v5.1 and v5.2 support (#145)

* Reformat CMakeLists and docs

* Add RWKV v5.1 and v5.2 support

* Remove sequence_length-based heuristic for allocating ggml context

* Set GGML_CUDA_MMV_Y to 2 by default

* Clarify comment; update ggml

* Make some operations inplace

* Make some operations inplace

* Add late_abort option for tests

* Increase thresholds

* Increase thresholds

* Update README.md

master-22a2778

06 Oct 09:12
22a2778
Compare
Choose a tag to compare
add hipBLAS for windows (#135)

* add hipBLAS for windows

* fix test build

* do test and fix load dll on windows

* add hipBLAS_on_Windows document

* update hipBLAS_on_Windows doc

* add benchmark