Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tracking Issue] Remove MXNet Dependency #16547

Open
tqchen opened this issue Feb 8, 2024 · 2 comments
Open

[Tracking Issue] Remove MXNet Dependency #16547

tqchen opened this issue Feb 8, 2024 · 2 comments
Labels
type:rfc-tracking RFC progress tracking. Ref: https://github.com/apache/tvm-rfcs

Comments

@tqchen
Copy link
Member

tqchen commented Feb 8, 2024

MXNet has been archived and likely future versions of tvm should not depend on it. This is a tracking issue for us to remove the related stale testcases and documentations that depends on mxnet

@tqchen tqchen added type:rfc-tracking RFC progress tracking. Ref: https://github.com/apache/tvm-rfcs needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it and removed needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it labels Feb 8, 2024
@Lunderberg
Copy link
Contributor

Lunderberg commented Feb 8, 2024

I have a rough list of the impacted files that will need to be updated, from putting together #16546

  • Depend on mxnet's AWS

    • gallery/how_to/compile_models/from_mxnet.py
    • gallery/how_to/deploy_models/deploy_model_on_nano.py
    • gallery/how_to/deploy_models/deploy_model_on_rasp.py
    • gallery/how_to/deploy_models/deploy_quantized.py
    • gallery/how_to/extend_tvm/bring_your_own_datatypes.py
    • gallery/how_to/tune_with_autoscheduler/tune_network_arm.py
    • gallery/how_to/tune_with_autoscheduler/tune_network_cuda.py
    • gallery/how_to/tune_with_autoscheduler/tune_network_mali.py
    • gallery/how_to/tune_with_autoscheduler/tune_network_x86.py
    • rust/tvm/examples/resnet
    • tests/python/frontend/mxnet/test_forward.py
    • vta/scripts/tune_resnet.py
    • vta/tutorials/autotvm/tune_alu_vta.py
    • vta/tutorials/autotvm/tune_relay_vta.py
    • vta/tutorials/frontend/deploy_classification.py
  • Depend on mxnet's AWS (commented out for CI)

    • gallary/how_to/tune_with_autoscheduler/tune_network_cuda.py
    • gallary/how_to/tune_with_autoscheduler/tune_network_mali.py
    • gallary/how_to/tune_with_autoscheduler/tune_sparse_x86.py
    • gallary/how_to/tune_with_autoscheduler/tune_network_arm.py
    • gallary/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.py
    • gallary/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.py
    • gallary/how_to/tune_with_autoscheduler/tune_network_x86.py
    • gallary/how_to/tune_with_autotvm/tune_conv2d_cuda.py
    • gallary/how_to/tune_with_autotvm/tune_relay_arm.py
    • gallary/how_to/tune_with_autotvm/tune_relay_x86.py
    • gallary/how_to/tune_with_autotvm/tune_relay_mobile_gpu.py
    • gallary/how_to/tune_with_autotvm/tune_relay_cuda.py
  • Depend on https://github.com/dmlc/mxnet.js

    • gallery/how_to/deploy_models/deploy_model_on_android.py

@Hzfengsy
Copy link
Member

Updates: #16572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:rfc-tracking RFC progress tracking. Ref: https://github.com/apache/tvm-rfcs
Projects
None yet
Development

No branches or pull requests

3 participants