From b5e03c52199370fc84927b93f12c95589caf5005 Mon Sep 17 00:00:00 2001 From: Eugene Cheah Date: Tue, 8 Aug 2023 15:28:18 +0800 Subject: [PATCH] Update play.md --- docs/basic/play.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/basic/play.md b/docs/basic/play.md index 854965d..dc59f55 100644 --- a/docs/basic/play.md +++ b/docs/basic/play.md @@ -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 @@ -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 @@ -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. -::: \ No newline at end of file +:::