### Feature request If you build dynamo with `cargo build --timings`, you will get a detailed HTML report of the build times of every crate/version. This report revealed that we have ~2 different versions of `candle-core` (v0.8.0 && v0.8.4) being installed in Dynamo. We should install a single version in the workspace and re-use throughout the Dynamo build to reduce build times. Similar to https://github.com/ai-dynamo/dynamo/issues/2314 ### Describe the problem you're encountering N/A ### Describe alternatives you've tried _No response_