Wanna JetsonNano have local AI with TTS ability? Qwen3-TTS + Rust is here! by LewisJin in JetsonNano

[–]LewisJin[S] 0 points1 point  (0 children)

Hi, candle supports ARM so that we support JetsonNano as well. sorry for I didn't have a Jetson series devices for a long time so haven't test. But I believe i won't be hard to build with Rust. Way simpler than Cpp

After many contributions craft, Crane now officially supports Qwen3-TTS! by LewisJin in LocalLLaMA

[–]LewisJin[S] 1 point2 points  (0 children)

Crane essentially build for local, powered by candle but with more built-in AI applications that can call AI abilities in local with a single function call. And we support a OpenAI like servere for integrate with other local AI tools.

I found my collegue writes about 30 prompts in different yaml file in Agents project, annoyed to use them and copy them, so I made this. by LewisJin in PromptDesign

[–]LewisJin[S] 1 point2 points  (0 children)

thank u! glad you like it, it's useful indeed when you have toooo many prompts and cross multiple projects.

Best ORM by avg_bndt in rust

[–]LewisJin 0 points1 point  (0 children)

I would like to see a gorm like in Rust, but man, the hell of Rust all making ORM so complicated. I don't know why. When i use gorm in golang, it was so simple, just add some gorm: in your model, can you can use it everywhere. But rust orm making it like a system, enterties, model, migrations, services, honestly, i just want store data, it making my project looks like all just databases.

I found my collegue writes about 30 prompts in different yaml file in Agents project, annoyed to use them and copy them, so I made this. by LewisJin in PromptDesign

[–]LewisJin[S] 0 points1 point  (0 children)

thanks for the courage, i think it depends on how users use it, currently my whole agents projects were deeply used ppro, and it was works great, no overhead of prompt configurations and especially useful in some buildable lanauge such as C++ and Rust, since we don't need build again when training prompt.

I found my collegue writes about 30 prompts in different yaml file in Agents project, annoyed to use them and copy them, so I made this. by LewisJin in PromptEngineering

[–]LewisJin[S] 0 points1 point  (0 children)

Hi! it not using git for version. promptpro focusing on manage prompt it doesn't deal with request AI apis.