Open jarimustonen opened 1 year ago
I have this issue too,but the os is WSL2-ubuntu
I have the same issue here. @juncongmoo can you help take a look?
I wish I could reproduce the error above but my run always succeeds. Maybe it is because I don't have an M1 Mac book? Or can anybody create a colab so that I can reproduce the error?
Is there a way to add more logging?
@elven2016, what hardware are you using?
@juncongmoo, what is colab and how can I create one?
@jarimustonen HP Victus laptop, win11
Same problems here. I'm using the M1 chip Macbook Pro, and the downloading was in an infinite loop. I check the size of the file downloaded, and it changes between 0b to 200b, so basically the downloading procedure was just looping.
Same problem here on a Macbook Pro 14" with M1 Pro 🙋
The problem on Mac is with the underlying download script (associative arrays and nested loop). It's Linux-oriented and should be adopted to MacOS. TBH, I quit trying to fix different issues on Mac last weekend. It was too time-consuming and disappointing. So I stopped and switched back to Linux.
under MacOS you need to brew install md5sha1sum
to get md5sum to pass the verify
under MacOS you need to
brew install md5sha1sum
to get md5sum to pass the verifyI tested this and this won't work.
under MacOS you need to
brew install md5sha1sum
to get md5sum to pass the verify
This is worked for M2 Pro too, I also stuck in infinite loop before installation.
Before:
After:
I am running on colab with gpu and downloading is stuck in infinite loop. Any solutions to solve this problem?
When trying to download the models, I get stuck in some infinite loop.
This repeats once every second until I terminate the program.
Environment:
commit 321d475f01c88e179c8a30d68b5281e2caca5b07 (HEAD -> main, tag: v0.0.9, origin/main, origin/HEAD)
requirements.txt
pip install transformers
pip uninstall py-itree ; pip install https://github.com/juncongmoo/itree/archive/refs/tags/tag-bf9f3aada064acf3ce4db6fc58ed2e744caee0a3.tar.gz