Joseph Yan
Joseph Yan
> 最终采用了这篇博客中提到的setuptools version解决了,正确version:63.2.0,大家可以调整尝试一下 https://www.cnblogs.com/huangshiyu13/p/17222706.html 感谢,解决了
> Hello @Kidand > > Could you verify that you did all the step from this [tutorial](https://github.com/Lightning-AI/litgpt/blob/main/tutorials/convert_lit_models.md#converting-litgpt-weights-to-hugging-face-transformers)? Yes, I followed the tutorial. I noticed that after `AutoModel.from_pretrained()` reads the `config.json`...
Hi @chenhaiq @wuxibin89 @PeterSH6 Gentle ping on this PR. 👋 This change fixes a compatibility issue with vllm==0.8.5.post1 (the ImportError on process_weights_after_loading) which currently breaks the rollout initialization. It introduces...