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 has been archived by the owner on Nov 17, 2023. It is now read-only.
The script to test the installation guide run_test_installation_docs.sh has some issues that need to be fixed particularly the first one -
It is parsing the index.md incorrectly for the CPU test for build from source. It is running the GPU make steps with the USE_CUDA flag on. Hence this test fails when I run the CPU test on a CPU only instance.
the script expects a sudo in the docs/install/index.md pip install mxnet steps. The test script should be modified so that it runs the install steps with the right permissions or prepends the sudo before running the install steps. The install guide (index.md) should not be modified
This test script requires 3 parameters - name of the install file, and the start and end line numbers. The first paramater should be enough and the remaining two should be calculated by the test script if required.
The text was updated successfully, but these errors were encountered:
The script to test the installation guide
run_test_installation_docs.sh
has some issues that need to be fixed particularly the first one -docs/install/index.md
pip install mxnet steps. The test script should be modified so that it runs the install steps with the right permissions or prepends thesudo
before running the install steps. The install guide (index.md) should not be modifiedThe text was updated successfully, but these errors were encountered: