README update

This commit is contained in:
ed barz 2023-06-12 08:07:14 +02:00
parent 099392db01
commit 70e5f07d5f
1 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
This is a port of [BlinkDL/RWKV-LM](https://github.com/BlinkDL/RWKV-LM) to [ggerganov/ggml](https://github.com/ggerganov/ggml).
**This is NOT the original repo**
As the AI research is evolving at a rapid pace, I, edbrz9, made a "snapshot" of [saharNooby](https://github.com/saharNooby/rwkv.cpp/tree/master)'s original repo. This snapshot was made on June 12th 2023.
Below is the rest of the original README file.
Besides the usual **FP32**, it supports **FP16**, **quantized INT4, INT5 and INT8** inference. This project is **CPU only**.
This project provides [a C library rwkv.h](rwkv.h) and [a convinient Python wrapper](rwkv%2Frwkv_cpp_model.py) for it.
@ -182,7 +189,7 @@ Example of using `rwkv.cpp` in your custom Python script:
import rwkv_cpp_model
import rwkv_cpp_shared_library
# Change to model paths used above (quantized or full weights)
# Change to model paths used above (quantized or full weights)
model_path = r'C:\rwkv.cpp-169M.bin'