AI Dynamics

Global AI News Aggregator

About

@sumanth_077

  • VoxCPM: Real-time Voice Cloning Without Tokenization
    VoxCPM: Real-time Voice Cloning Without Tokenization

    Clone a human voice in real time without tokenization! VoxCPM is an open-source text-to-speech system that models speech in continuous space instead of discrete tokens. Most TTS systems convert speech to discrete tokens before generation. This quantization creates a fundamental trade-off: tokens provide stability but lose acoustic details like breath, vocal texture, and subtle articulation. VoxCPM skips tokenization entirely. It models speech directly in continuous space using an end-to-end diffusion autoregressive architecture built on MiniCPM-4. The system uses hierarchical language modeling with two specialized components: a Text-Semantic Language Model that captures high-level prosody and structure, and a Residual Acoustic Model that recovers fine-grained acoustic details. This separation eliminates dependency on external speech tokenizers and prevents error accumulation from multi-stage pipelines. Two flagship capabilities: 1. Context-aware speech generation: The model comprehends text to infer appropriate prosody and speaking style. Explanations slow down naturally, emphasis appears in the right places, questions sound like questions. 2. Zero-shot voice cloning: With just 3-10 seconds of reference audio, it replicates speaker timbre, accent, emotional tone, rhythm, and pacing. Key features: • Tokenizer-free architecture with continuous speech modeling
    • Context-aware prosody generation without manual tuning
    • Zero-shot voice cloning from short reference audio
    • Streaming synthesis support for real-time applications
    • SFT and LoRA fine-tuning support It's 100% open source Link to the GitHub repo in the comments! [Translated from EN to English]

    → View original post on X — @sumanth_077, 2026-04-03 13:14 UTC

  • LLaMA-Factory: Fine-Tune 100+ LLMs Without Coding
    LLaMA-Factory: Fine-Tune 100+ LLMs Without Coding

    If you found it useful, reshare it with your network Follow me → @Sumanth_077 for more insights and tutorials on AI Engineering! nitter.net/Sumanth_077/status/203… Sumanth (@Sumanth_077) Fine-Tune 100+ LLMs without writing a single line of code! LLaMA-Factory lets you train and fine-tune open-source LLMs and VLMs without writing any code. Here's why it's a game changer for fine-tuning: • Fine-tune 100+ LLMs/VLMs with built-in templates (LLaMA, Gemma, Qwen, Mistral, DeepSeek, and more). • Zero-code CLI & Web UI for training, inference, merging, and evaluation. • Supports full-tuning, LoRA, QLoRA, freeze-tuning, PPO/DPO, OFT, reward modeling, and multi-modal fine-tuning. • Speeds up training/inference with FlashAttention-2, RoPE scaling, Liger Kernel, and vLLM backend. • Integrates experiment tracking via LlamaBoard, TensorBoard, Weights & Biases, MLflow, and SwanLab. It's 100% Open Source Link to the Github Repo in the comments! — https://nitter.net/Sumanth_077/status/2039701710659272775#m

    → View original post on X — @sumanth_077, 2026-04-02 13:50 UTC

  • LLaMA-Factory: Fine-Tune 100+ LLMs Without Code
    LLaMA-Factory: Fine-Tune 100+ LLMs Without Code

    Fine-Tune 100+ LLMs without writing a single line of code! LLaMA-Factory lets you train and fine-tune open-source LLMs and VLMs without writing any code. Here's why it's a game changer for fine-tuning: • Fine-tune 100+ LLMs/VLMs with built-in templates (LLaMA, Gemma, Qwen, Mistral, DeepSeek, and more). • Zero-code CLI & Web UI for training, inference, merging, and evaluation. • Supports full-tuning, LoRA, QLoRA, freeze-tuning, PPO/DPO, OFT, reward modeling, and multi-modal fine-tuning. • Speeds up training/inference with FlashAttention-2, RoPE scaling, Liger Kernel, and vLLM backend. • Integrates experiment tracking via LlamaBoard, TensorBoard, Weights & Biases, MLflow, and SwanLab. It's 100% Open Source Link to the Github Repo in the comments!

    → View original post on X — @sumanth_077, 2026-04-02 13:49 UTC

  • Build a Large Language Model from Scratch Repository
    Build a Large Language Model from Scratch Repository

    If you found it useful, reshare it with your network Follow me → @Sumanth_077 for more insights and tutorials on AI Engineering! nitter.net/Sumanth_077/status/203… Sumanth (@Sumanth_077) Build a Large Language Model from scratch! This repository contains the code examples for developing, pretraining, and finetuning a LLM from scratch. It is the official codebase for the book Build a Large Language Model (From Scratch). Notebook examples are included for each chapter: Chapter 1: Understanding Large Language Models Chapter 2: Working with Text Data Chapter 3: Coding Attention Mechanisms Chapter 4: Implementing a GPT Model from Scratch Chapter 5: Pretraining on Unlabeled Data Chapter 6: Finetuning for Text Classification Chapter 7: Finetuning to Follow Instructions Link to the repo in the comments! — https://nitter.net/Sumanth_077/status/2039332313910383043#m

    → View original post on X — @sumanth_077, 2026-04-01 13:22 UTC

  • Build Large Language Models from Scratch: Complete Book Repository
    Build Large Language Models from Scratch: Complete Book Repository

    Build a Large Language Model from scratch! This repository contains the code examples for developing, pretraining, and finetuning a LLM from scratch. It is the official codebase for the book Build a Large Language Model (From Scratch). Notebook examples are included for each chapter: Chapter 1: Understanding Large Language Models Chapter 2: Working with Text Data Chapter 3: Coding Attention Mechanisms Chapter 4: Implementing a GPT Model from Scratch Chapter 5: Pretraining on Unlabeled Data Chapter 6: Finetuning for Text Classification Chapter 7: Finetuning to Follow Instructions Link to the repo in the comments!

    → View original post on X — @sumanth_077, 2026-04-01 13:21 UTC

  • Unified Agent Definition Across Claude Code CrewAI OpenAI

    Absolutely, same agent definition across Claude Code, CrewAI, and OpenAI is what makes it useful

    → View original post on X — @sumanth_077

  • GitAgent: Framework-Agnostic Standard for Portable AI Agents
    GitAgent: Framework-Agnostic Standard for Portable AI Agents

    If you found it useful, reshare it with your network Follow me → @Sumanth_077 for more insights and tutorials on AI Engineering! nitter.net/Sumanth_077/status/203… Sumanth (@Sumanth_077) Turn any git repo into an AI agent! GitAgent is a framework-agnostic standard that lets you define agents as git repositories. Every AI framework has its own structure. Claude Code, OpenAI, LangGraph, CrewAI, AutoGen all use different formats. You build an agent in one framework and it's locked there. No portability. No reuse. GitAgent fixes this. Your repository becomes your agent. Drop two files into a git repo (agent.yaml for the manifest, SOUL. md for identity) and it becomes a portable agent definition. Export it to any framework with adapters. You get git's workflow for free. Version control your prompts. Roll back broken changes with git revert. Fork public agents, customize them, and PR improvements back. Run gitagent validate in GitHub Actions to catch issues before deployment. The structure is flexible. Start with just agent.yaml and SOUL. md. Add skills, tools, workflows, memory, and compliance rules as you need them. Everything is optional except those two core files. It works across frameworks. Export to Claude Code, OpenAI Agents SDK, CrewAI, or as a raw system prompt. Same agent definition, different runtimes. Built for compliance. First-class support for FINRA, Federal Reserve, and SEC requirements. Segregation of duties built into the spec. Define roles, conflict matrices, and handoff workflows in agent.yaml. Link to the Github Repo in comments! — https://nitter.net/Sumanth_077/status/2038981420664959188#m

    → View original post on X — @sumanth_077, 2026-03-31 14:07 UTC