From 404c5932139a354f61791e2be5de851631eee225 Mon Sep 17 00:00:00 2001 From: PENG Bo <33809201+BlinkDL@users.noreply.github.com> Date: Sat, 25 Feb 2023 02:46:20 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30f49da..596a120 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,12 @@ https://github.com/hizkifw/WebChatRWKVstic WebUI (WIP) https://github.com/gururise/rwkv_gradio RWKV Gradio -https://github.com/mrsteyk/RWKV-LM-deepspeed Another training fork +https://github.com/cryscan/eloise RWKV QQ bot https://github.com/Blealtan/RWKV-LM-LoRA LoRA fine-tuning +https://github.com/mrsteyk/RWKV-LM-jax + https://github.com/wozeparrot/tinyrwkv RWKV in tinygrad (nice simple DL framework) https://github.com/huggingface/transformers/issues/17230 RWKV HF package (WIP) @@ -109,8 +111,12 @@ https://github.com/nlpodyssey/rwkv RWKV in Go https://github.com/mrsteyk/rwkvk-rs RWKV in Rust +https://github.com/josephrocca/rwkv-v4-web RWKV in browser + https://github.com/imxcstar/CSharp-RWKV-V4 RWKV in C# +https://github.com/mrsteyk/RWKV-LM-deepspeed Another training fork + https://github.com/resloved/RWKV-notebooks RWKV colab notebooks https://colab.research.google.com/github/harrisonvanderbyl/rwkvstic/blob/master/notebooks/chatbot.ipynb RWKV chatbot colab notebook @@ -119,8 +125,6 @@ https://github.com/Pathos14489/RWKVDistributedInference RWKV Distributed Inferen https://github.com/AXKuhta/rwkv-onnx-dml RWKV ONNX -https://github.com/josephrocca/rwkv-v4-web RWKV-v4 running in the browser - ### Inference **Run RWKV-4 Pile models:** Download models from https://huggingface.co/BlinkDL. Set TOKEN_MODE = 'pile' in run.py and run it. It's fast even on CPU (the default mode).