rwkv.cpp/rwkv
LoganDark d26791b5bc
Silence PyTorch warnings by using untyped storage (#72)
2023-05-26 17:21:18 +05:00
..
prompt punish repetitions & break if END_OF_TEXT & decouple prompts from chat script (#37) 2023-04-30 18:50:05 +05:00
20B_tokenizer.json Add text generation and chat scripts 2023-04-02 15:03:31 +04:00
chat_with_bot.py Fix encoding issue when loading prompt data (#58) 2023-05-13 21:53:54 +05:00
convert_pytorch_to_ggml.py Various improvements (#47) 2023-04-30 20:27:14 +05:00
convert_pytorch_to_ggml.test.py Various improvements (#47) 2023-04-30 20:27:14 +05:00
generate_completions.py suggestions 2023-04-03 08:25:54 +02:00
measure_pexplexity.py Sync ggml with upstream (#38) 2023-04-22 20:25:29 +05:00
merge_lora_into_ggml.py Various improvements (#52) 2023-05-08 14:28:54 +05:00
quantize.py Add support for Q5_0, Q5_1 and Q8_0 formats; remove Q4_1_O format (#44) 2023-04-29 17:39:11 +05:00
requirements.txt Add text generation and chat scripts 2023-04-02 15:03:31 +04:00
rwkv_cpp_model.py Silence PyTorch warnings by using untyped storage (#72) 2023-05-26 17:21:18 +05:00
rwkv_cpp_shared_library.py Add support for Q5_0, Q5_1 and Q8_0 formats; remove Q4_1_O format (#44) 2023-04-29 17:39:11 +05:00
sampling.py Add text generation and chat scripts 2023-04-02 15:03:31 +04:00