uv/crates/uv-torch
John Mumm 611a13c841
Fix benchmark compilation failure: cannot find attribute clap in this scope (#14128)
[Two benchmark
jobs](4433771099)
were failing with `error: cannot find attribute clap in this scope`
based on #14120. This updates the recently added `#[clap(name = rocm...`
lines to use `cfg_attr(feature = "clap",`.
2025-06-18 16:30:12 +02:00
..
src Fix benchmark compilation failure: cannot find attribute clap in this scope (#14128) 2025-06-18 16:30:12 +02:00
Cargo.toml Disallow mixing requirements across PyTorch indexes (#13179) 2025-04-28 20:06:18 +00:00