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.
@danielhanchen I ran `model.save_pretrained_gguf`, and while the GGUF model was saved, the Modelfile was not created. Unsloth version: ``` ~/workspace/llama-fine-tune via v3.11.11 via unsloth ❯ pip list |...
Also tried to print the Modelfile as mentioned in the docs, and it didn't work: ``` from unsloth import FastLanguageModel from transformers import TextStreamer max_seq_length = 2048 # Choose any!...