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.31k stars 502 forks source link

问个比较基础的问题,Runner中训练的上下文长度,具体影响什么?是模型回复的最大思考token数量还是用户输入的最大token数?又或者影响什么其他的东西? #318

Closed Seikaijyu closed 7 months ago

josStorer commented 7 months ago

用户输入+模型输出

Seikaijyu commented 7 months ago

非常感谢解答