From 34c9b6fc0fe463b611291d9541463c6e35fca435 Mon Sep 17 00:00:00 2001 From: PENG Bo <33809201+BlinkDL@users.noreply.github.com> Date: Wed, 11 May 2022 06:33:41 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bceb69c..f839a14 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ All of the trained models will be open-source. Inference is very fast (only matr See the release for a 27M params model on enwik8 with 0.72 BPC(dev). Run run.py in https://github.com/BlinkDL/RWKV-LM/tree/main/RWKV-v2-RNN :) -See https://github.com/BlinkDL/RWKV-v2-RNN-Pile for models trained on the Pile. +See https://github.com/BlinkDL/RWKV-v2-RNN-Pile for models trained on the Pile. Read the inference code in https://github.com/BlinkDL/RWKV-v2-RNN-Pile/blob/main/src/model.py first :) ## How it works