mlc-ai/notebooks

Notebook 7 fails due to missing pip dependency

tobiasvanderwerff opened this issue · 3 comments

When attempting to run notebook 7 (Ep7: GPU and Hardware Acceleration, Part 1) in a Google Colab, runing the first cell (the pip install step) fails. Specifically, the first cell goes as follows:

!python3 -m  pip install mlc-ai-nightly-cu110 -f https://mlc.ai/wheels

However, this leads to the following error:

Looking in links: https://mlc.ai/wheels
ERROR: Could not find a version that satisfies the requirement mlc-ai-nightly-cu110 (from versions: none)
ERROR: No matching distribution found for mlc-ai-nightly-cu110

I met the same problem, have you solved it

No I didn't. Though I also did not spend much time on it.

The wheels site no longer host cuda110, plz install mlc-ai-nightly-cu117
And my pull request has update the notebook 7.
#31