josStorer / RWKV-Runner

A RWKV management and startup tool, full automation, only 8MB. And provides an interface compatible with the OpenAI API. RWKV is a large language model that is fully open source and available for commercial use.
https://www.rwkv.com
MIT License
5.05k stars 481 forks source link

1.8.5 不能在windows7 X64的系统上运行 #377

Open Fengsirgd opened 3 weeks ago

Fengsirgd commented 3 weeks ago

1.8.5 不能在windows7 X64的系统上运行,打开后没有反应闪退。1.8.4及之前的版本可以正常运行

josStorer commented 3 weeks ago

根据wails作者的评论: https://github.com/wailsapp/wails/issues/3390, wails项目没有考虑win7支持

1.8.5版本开始,使用golang 1.22编译,这个版本的golang不支持win7

我自己也没有测试过win7运行,1.8.4版本居然可以在win7上用吗,可以自己把版本改成1.20: https://github.com/josStorer/RWKV-Runner/blob/master/go.mod#L3 编译

josStorer commented 2 weeks ago

新版本回退到了golang1.20, 可以下载试试