Jev 与文本生成模型的取舍
Jev 不生成自由文本。Diogo 用一段对比视频说明并行决策模型与逐字生成模型在任务形态上的差别。

作者在 Spark 上于 LLM 旁部署第二个模型,它不生成文本,而是接收状态和类型化问题,在单次前向传播中给出每个问题的概率答案;这是 Jev 的开源版本,可安装在 macOS 及 Nvidia 设备上。
I put a second model next to the LLM on my Spark. It does not write text. You send it a state and typed questions, and it answers every one of them in a single forward pass, each with a probability. Yes it is Jev the open source version. It can be installed on macOS, any Nvidia