-
-
Notifications
You must be signed in to change notification settings - Fork 2
Error while loading colab #31
Comments
Same error. Double checked with and without verbose-download, seems that it have error in next: |
EDIT: # !wget https://huggingface.co/NoCrypt/fast-repo/resolve/main/ubuntu_deps.zip && unzip -o ubuntu_deps.zip -d ./deps && dpkg -i ./deps/* && rm -rf ubuntu_deps.zip /content/deps/
!apt install liblz4-tool aria2
!pip uninstall -q -y huggingface_hub
!{'curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb && dpkg -i ripgrep_13.0.0_amd64.deb && rm -rf ripgrep_13.0.0_amd64.deb'} |
No luck, unfortunately |
Mangaged to get the downloads working by running this before the start cell > !apt --fix-broken install But now ive got this problem : The file structure doesnt seem to be generated correctly, missing critical files and folders. Idk why. |
Try the content below !apt --fix-broken install
!apt install aria2 This won't work because the |
Semi-Automated Message (copy pasted to everyone) ✨ So.. what's wrong with the colab?
If you see this message, meaning the bugs have been fixed. Make sure to use V23-07-20B or up Thanks for your patient and support~! |
Cant run colab...it just stops while loading((
The text was updated successfully, but these errors were encountered: