Skip to content

Tags: RWKV/rwkv.cpp

Tags

master-e8b6adf

Toggle master-e8b6adf's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix README.md (#160)

master-d375684

Toggle master-d375684's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix ROCm can't find pack artifacts (#156)

* fix ROCm can't find pack artifacts

* Update build.yml

---------

Co-authored-by: Alex <[email protected]>

master-d2075c7

Toggle master-d2075c7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle master-7f1e4c0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix build witch mac arm (#153)

master-bcc6d6b

Toggle master-bcc6d6b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix README.md (#149)

master-4344c9f

Toggle master-4344c9f's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Use correct HIPBLAS shared library flag (#150)

master-74f50ae

Toggle master-74f50ae's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add wkv v5 custom operator (#148)

* Add wkv v5 custom operator

* Fix build

* Comment out intrinsics

master-9e8c722

Toggle master-9e8c722's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix CmakeLists.txt for extras for static build (#147)

#146

master-20a8549

Toggle master-20a8549's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle master-22a2778's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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