oxideai / mlx-rs

Unofficial Rust bindings to Apple's mlx framework
https://oxideai.github.io/mlx-rs/
Apache License 2.0
63 stars 5 forks source link

remove stream from param section in docs #68

Closed minghuaw closed 5 months ago

minghuaw commented 5 months ago

This PR removes the stream param from the Params section in the docs.

The same doc is generated for both _device and non_device variants, and the latter is likely the most commonly used ones. Having stream in the docs for the latter would be confusing

minghuaw commented 5 months ago

🔥 looks good to me!

Forgot to update this PR with #67. Will merge this once CI passes after updating this branch