Praveen Sampath
Praveen Sampath
This is a client-side websocket library - not server-side. Are you trying to use this on the server? In any case, I think it is up to you to manage...
Installing codebleu 0.7.1 using `pip install git+https://github.com/k4black/codebleu.git` didn't work for me. I still get the same error: ``` return Language(tree_sitter_c.language()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: an integer is required ``` ``` ❯ pip...
I've created a draft PR with only the model builders (no recipes added yet): https://github.com/pytorch/torchtune/pull/2669 If someone can help review this, I can work on adding the recipes and verifying...
Has there been any progress on this? Would really like to fine-tune the new Qwen3 MoE models. Be happy to contribute in any way to take this forward.
Thanks @ebsmothers ! I'll dig into the implementation and see how we can support the Qwen MoE models.