Huiying Yan
Huiying Yan
如果用的是v2rayN做代理,而且报错 ``` httpx.ConnectError: EOF occurred in violation of protocol (_ssl.c:997) ``` 可以看看[这个](https://github.com/2dust/v2rayN/issues/2065),然后把代理开了也不报错。 我没升级v2rayN,就用的这种方法。 
不会真跑路了吧
我这儿看好像恢复了,节点挺多绿的,能等谷歌
src/llamafactory/data/template.py 中可以看到qwen3和qwen3_nonthink template完全一致,但是实际qwen3官方template enable_thinking=False时会在prompt后面添加`\n`来跳过think过程,因此训练nothink应该设置 It can be seen from src/llamafactory/data/template.py that qwen3 and qwen3_nonthink template are exactly the same. However, the actual qwen3 official template which set enable_thinking=False will add...