Skip to content

Commit e8b6adf

Browse files
authored
Fix README.md (#160)
1 parent d375684 commit e8b6adf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,8 @@ If everything went OK, `librwkv.so` (Linux) or `librwkv.dylib` (MacOS) file shou
133133

134134
### 3. Get an RWKV model
135135

136-
#### Option 3.1. Download pre-quantized Raven model
137-
138-
There are pre-quantized Raven models available on [Hugging Face](https://huggingface.co/BlinkDL/rwkv-4-raven/tree/main). Check that you are downloading `.bin` file, **not** `.pth`.
139-
140-
#### Option 3.2. Convert and quantize PyTorch model
141-
142136
**Requirements**: Python 3.x with [PyTorch](https://pytorch.org/get-started/locally/).
143137

144-
This option would require a little more manual work, but you can use it with any RWKV model and any target format.
145-
146138
**First**, download a model from [Hugging Face](https://huggingface.co/BlinkDL) like [this one](https://huggingface.co/BlinkDL/rwkv-4-pile-169m/blob/main/RWKV-4-Pile-169M-20220807-8023.pth).
147139

148140
**Second**, convert it into `rwkv.cpp` format using following commands:

0 commit comments

Comments
 (0)