I've added example scripts for client, server and MCP configs. It should be much easier to replicate with those now.
troed
Oh thanks all for the nice comments! My fork is at https://github.com/troed/speech-to-speech but beware it's not kept in any other state than what I've last pushed :) Also you'll have to supply your own chime wavs and voice sample etc.
When I start llama-server I point it to the models-config that have unique max context sizes per model - and they're allocated at their max size as soon as the server starts so since it comes up I will be able to use that context size too.
I'm actually a bit unsure as to how you run it since you get OOMs during usage :)
I also use the DCP plugin for Opencode to help manage the context cache and have less of a disruption as it gets compressed, but I wouldn't need to for the above to work. When I hit the context limit the context would still get compressed.
Less-than-beautiful UI added to the clients (still works as CLI if run with parameters). Somewhat problematic finding an easily cross-compileable Go UI lib.
Also made the typical pipe-to-bash installation flow, awaiting proper ujust in some far away future.
Regular 1Gbit/s with three switches in total between them - distance about 40m (different buildings).
Jag har hittills haft åsikten att vad jag än kan välja för bredband så väljer jag (och rekommenderar andra) Bahnhof eftersom oavsett om de är billigast eller inte så vet jag att mina pengar går till något bra för oss alla.
Med Telenor som ägare kommer jag nu istället gå strikt på features vs kostnad. Antingen levererar de bäst eller inte.
I think this hadn't been made a big deal out of if it hadn't been for the conspiracy theories on Proton just before
Yeah it was quite obvious from all the "clanker" that this is a typical run-of-the-mill AI-hater, but I found this funny anyway:
The weight count is too low to reproduce the training set verbatim
That's not what anyone wants. That's not how LLMs gain "intelligence", at all. The whole point of training on large datasets is to NOT internalize training data verbatim.
Oleksandr Kravchenko, a partner at U.S. consulting firm McKinsey & Company, will be Ukraine's economy and ecology minister
o_O
The trick in itself (the FFN tensors selectively being off GPU) shouldn't be.
Not sure I understand but I'm on Linux fwiw.
Qwen3-TTS does excellent cloning and is very fast. On my workstation (5060Ti) it renders the audio at around 2.5x realtime. I've added an example with my parameters now.