You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
First step towards removing conda from magma builds.
This still relies on the python conda image to do the
builds, as that image already contains the required
dependencies and various versions of cuda.
Use a build script to build magma, instead of conda-build,
to produce the binary tarball without the rest of the conda
package.
Upload the package to downloads.pytorch.org instead of the
anaconda pytorch channel (TBD).
This will require an update to the "install_conda.sh" script
so that magma can be installed from that tarball directly.
Signed-off-by: Andrea Frittoli <[email protected]>
0 commit comments