RWKV / rwkv.cpp

INT4/INT5/INT8 and FP16 inference on CPU for RWKV language model
MIT License
1.41k stars 95 forks source link

only append to cpu string if not initialized #125

Closed marty1885 closed 1 year ago

marty1885 commented 1 year ago

Hi, This PR fixes when rwkv_get_system_info_string() gets called multiples times. The returned string becomes longer and longer.