harrisonvanderbyl / rwkv-cpp-accelerated

A torchless, c++ rwkv implementation using 8bit quantization, written in cuda/hip/vulkan for maximum compatibility and minimum dependencies
MIT License
303 stars 19 forks source link

Error converting to bin #21

Closed sammyf closed 1 year ago

sammyf commented 1 year ago

on Archlinux, up to date.

error.log

harrisonvanderbyl commented 1 year ago

Ahh, that happens sometimes

Add #include \<ofstream> to the top of the converter cpp file I'll fix it on the repo in the morning

sammyf commented 1 year ago

actually, it's

#include <fstream>

You got me confused for a bit here;) That worked, thanks!