moxin-org / moxin

Moxin: an AI LLM platform in pure Rust
Apache License 2.0
110 stars 16 forks source link

release the deb package of aarch #110

Open labspc opened 3 weeks ago

labspc commented 3 weeks ago

I wanted to take the moxin to the Jetson device, but I found 0.1.0 has not released the deb package of aarch.

Help! I hope it can be supported in the next version.

Note: Nvdia's Jetson is based the Arm® Cortex.

kevinaboos commented 3 weeks ago

Will do! I'm working on it now but there's a minor issue with wasmedge building correctly on aarch64. Once the wasmedge team sorts that out, we should be able to publish a .deb for aarch64 Linux.

kevinaboos commented 3 weeks ago

PR #115 supports aarch64 builds for Linux. Once that's merged, I can roll out a Debian aarch64 package shortly thereafter.

labspc commented 2 weeks ago

Thank you, for supports aarch64 Linux, in furture.