Week 04 Progress Report by Mebin J Thattil

~ My exams are finally over! Picking up pace now!
Also I'd recommend that you view these GSoC blogs on the SugarLabs website itself, as the markdown is written in the format their SSG uses. With that being said the content is the same in both places.~


Project: Speak Activity
Mentors: Chihurumnaya Ibiam, Kshitij Shah
Assisting Mentors: Walter Bender, Devin Ulibarri
Reporting Period: 2025-06-22 - 2025-06-29


Goals for This Week

This Week’s Achievements

Note: I was on leave this week till the 26th due to my final exams. But I still managed to do a bunch of cool stuff after that.

Kokoro meets Speak - A new chapter



Note that the recording has a slight echo, but that's the recordings issue, it sounds perfectly fine inside of speak.

Quantization Pipeline

pulls a model hosted on 🤗 → sets up all local dependencies → quantizes the model → exports it as a GGUF → and uses a plugin script (model dependent) to run it in chat mode.
 # Model Config 
MODEL_REPO="hfusername/modelname" GGUF_OUT="output_model_name.gguf" GGUF_QUANT="output_model_name-q4.gguf" N_CTX=2048 BUILD_DIR="build" SAVED_DIR_NAME_HF="output_dir_name"



Another thing to note is the URL to the plugin inference script:

 RAW_URL="https://raw.githubusercontent.com/mebinthattil/template_llama_chat_python/main/chatapp.py"

Next Week’s Roadmap

Acknowledgments

Thank you to my mentors, the Sugar Labs community, and fellow GSoC contributors for their ongoing support.




Powered Not An SSG 😎