Package Details: voxtype-cuda 0.7.3-1

Git Clone URL: https://aur.archlinux.org/voxtype-cuda.git (read-only, click to copy)
Package Base: voxtype-cuda
Description: Pure CUDA version of the push-to-talk voice-to-text tool
Upstream URL: https://voxtype.io
Licenses: MIT
Conflicts: voxtype
Provides: voxtype
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 2
Popularity: 1.13
First Submitted: 2026-03-15 19:57 (UTC)
Last Updated: 2026-05-19 20:16 (UTC)

Dependencies (27)

Required by (1)

Sources (2)

Latest Comments

graysky commented on 2026-05-14 11:15 (UTC)

try with makepkg or better yet in a clean build root. aur helpers are not helpful.

neXyon commented on 2026-05-14 06:56 (UTC)

Not sure either. I have the last version installed and I'm just updating with yay. It happens during check, when cargo test --frozen is run. So I could update fine with yay --mflags "--nocheck".

graysky commented on 2026-05-13 19:15 (UTC)

Compiles for me in a clean build root. Not sure why you are having problems.

neXyon commented on 2026-05-13 05:28 (UTC) (edited on 2026-05-13 05:28 (UTC) by neXyon)

Thanks for the update! Unfortunately, the build fails with the following error, although I have onnxruntime-opt-cuda installed:

error[E0433]: cannot find module or crate `ort` in this scope
 --> examples/inspect_cohere_onnx.rs:9:5
  |
9 | use ort::session::Session;
  |     ^^^ use of unresolved module or unlinked crate `ort`
  |
  = help: if you wanted to use a crate named `ort`, use `cargo add ort` to add it to your `Cargo.toml`

...
3 more of these in different places.
...

error: could not compile `voxtype` (example "inspect_cohere_onnx") due to 4 previous errors

peteonrails commented on 2026-05-01 13:00 (UTC)

@graysky It looks correct - one thing to note is that many arch users are asking for CUDA 13 support, which is a little complicated to support in the onnx builds without breaking CUDA 12. In 0.7.0 I have some build flags to help with this.