talhaanwarch edited a comment on issue #16527:
URL: 
https://github.com/apache/incubator-mxnet/issues/16527#issuecomment-867616819


   i am facing this issue on colab when I was using autogluon. 
   ```
   !pip install -U pip
   !pip install -U setuptools
   !pip install -U wheel
   !pip install -U "mxnet_cu110<2.0.0"
   ```
   The model is trained on kaggle and inference is performed on colab, and I am 
getting the error.
   When I checked `from mxnet.runtime import feature_list`, I got 
   [✔ CUDA,
    ✔ CUDNN,
    ✔ NCCL,
    ✔ CUDA_RTC,
    ✖ TENSORRT,
    ✔ CPU_SSE,
    ✔ CPU_SSE2,
    ✔ CPU_SSE3,
    ✖ CPU_SSE4_1,
    ✖ CPU_SSE4_2,
    ✖ CPU_SSE4A,
    ✖ CPU_AVX,
    ✖ CPU_AVX2,
    ✔ OPENMP,
    ✖ SSE,
    ✖ F16C,
    ✖ JEMALLOC,
    ✔ BLAS_OPEN,
    ✖ BLAS_ATLAS,
    ✖ BLAS_MKL,
    ✖ BLAS_APPLE,
    ✔ LAPACK,
    ✔ MKLDNN,
    ✔ OPENCV,
    ✖ CAFFE,
    ✖ PROFILER,
    ✔ DIST_KVSTORE,
    ✖ CXX14,
    ✖ INT64_TENSOR_SIZE,
    ✔ SIGNAL_HANDLER,
    ✖ DEBUG,
    ✖ TVM_OP]


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to