cd /news/large-language-models/making-local-llm-tts-work-for-a-pers… · home topics large-language-models article
[ARTICLE · art-133017] src=discuss.huggingface.co ↗ pub= topic=large-language-models verified=true sentiment=· neutral

Making local LLM + TTS work for a Persian voice assistant on a GTX 1650 Ti (4GB VRAM) — looking for advice

A developer building a real-time Persian voice conversation pipeline for a Reachy Mini robot is seeking advice on running both the LLM and text-to-speech locally on a GTX 1650 Ti with 4GB of VRAM, after cloud inference via the Qwen2.5-72B HF Inference API and the fa-IR-FaridNeural voice produced periodic ConnectTimeout errors on a roughly 0.7 Mbps connection. The developer reported that qwen2.5:3b run locally through Ollama on a CPU-only torch build produced poor Persian output with frequent code-switching into English, while the cloud 72B model fixed coherence and language consistency. The request asks for model, quantization, and alternative local Persian TTS recommendations.

read1 min views3 publishedSep 17, 2026

Hi everyone,

I’m building a real-time, two-way Persian voice conversation pipeline for a small robot project (Reachy Mini) with my professor. Current architecture:

fa-IR-FaridNeural voice) — cloud-only Why LLM/TTS ended up cloud-based: I initially tried qwen2.5:3b locally via Ollama (CPU-only, since my venv’s torch build is CPU-only), but the output quality in Persian was poor — frequent code-switching into English/other languages, incoherent responses. Switching to Qwen2.5-72B via HF Inference API fixed this completely; responses are now coherent and consistently Persian. edge-tts also gives good voice quality.

The problem: My internet connection is very slow and unstable (~0.7 Mbps down), so I’m getting periodic ConnectTimeout errors on the API calls (I’ve added retry logic, which helps but doesn’t eliminate the issue). For a robot that needs to work reliably, I’d like to move both LLM and TTS to fully local inference if possible.

My hardware:

What I’m trying to figure out:

Any pointers to models, quantization strategies, or alternative local Persian TTS projects would be hugely appreciated. Happy to share more details (code, benchmarks) if useful.

Thanks in advance!

── more in #large-language-models 4 stories · sorted by recency
── more on @reachy mini 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/making-local-llm-tts…] indexed:0 read:1min 2026-09-17 ·