README update
This commit is contained in:
		
							parent
							
								
									099392db01
								
							
						
					
					
						commit
						70e5f07d5f
					
				|  | @ -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 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**. | 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. | This project provides [a C library rwkv.h](rwkv.h) and [a convinient Python wrapper](rwkv%2Frwkv_cpp_model.py) for it. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue