Update the ort dependency from 2.0.0-rc.2 to 2.0.0-rc.10 and adapt the code
to work with the new API. This includes:
- Updating ndarray to 0.16 to match ort's requirements
- Using Session and Value from their new module locations
- Adapting to the new Value::from_array() and try_extract_tensor() APIs
- Converting SessionInputs from Value references
Co-Authored-By: Claude <noreply@anthropic.com>
The v6.2 models broke the Rust example. Update the logic for driving
them to reflect what the reference Python code does.
Fixes: #745
Co-Authored-By: Claude <noreply@anthropic.com>
It's unclear why we'd want this feature. It seems to make things even
less isolated and self-contained than it already is, which certainly
isn't a boon for an example.