Skip to content

Commit

Permalink
Update play.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator authored Aug 8, 2023
1 parent 8a48c7a commit b5e03c5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/basic/play.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you simply want to give the RWKV Raven a try, you can try the following publi
Chat is disabled in the above public demo
:::

## Minimal steps for local setup
## Minimal steps for local setup (Recommended route)

If you are not familiar with python or hugging face, you can install chat models locally with the following app

Expand Down Expand Up @@ -102,6 +102,10 @@ These projects are designed to run locally, without the need of python or huggin
Despite the "cuda" name, rwkv-cpp-cuda does have vulkan support, meaning it can run on AMD GPU's
:::

### RWKV mobile projects

- [AltaeraAI : Run RWKV on your android phone \(May require some CLI knowledge to get it running\)](https://altaera.ai/)

### Chat client projects

The official RWKV chat project can be found here
Expand All @@ -114,4 +118,4 @@ The main RWKV repo can be found here, use v4neo to run current models

::: tip
For new users, unless you plan to finetune, due to the complexity involved with python dependencies, it is recommmended to use the RWKV.cpp project instead.
:::
:::

0 comments on commit b5e03c5

Please sign in to comment.