This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Compile from Source instructions re-use CI install scripts #17226
Closed
Description
Description
The "compile from source" instructions re-use CI install scripts. But the CI scripts contain hacky modifications that shouldn't be applied to user systems silently. For example
We don't have any logic to undo such system changes when the user uninstall mxnets, neither is it a good practice to do such system changes in a install script whose audience are novice users..