Hello,
I’m trying to install Uni-Core v0.0.3 on Ubuntu but running into 404 errors:
1. Visiting the dptech-corp GitHub organization returns a 404: https://github.com/dptech-corp → 404 Not Found
2. Installing the wheel directly fails: pip install https://github.com/dptech-corp/Uni-Core/releases/download/0.0.3/unicore-0.0.1+cu118torch2.0.0-cp310-cp310-linux_x86_64.whl
Error: HTTP error 404 while getting https://github.com/dptech-corp/Uni-Core/releases/download/0.0.3/unicore-0.0.1+cu118torch2.0.0-cp310-cp310-linux_x86_64.whl
Environment
• OS: Ubuntu
• Python: 3.10.17 (conda-forge)
• CUDA: 11.8
• PyTorch: 2.0.0
Questions
1. Has the dptech-corp organization or repository been moved or made private?
2. Can you provide the correct download URL for the Uni-Core v0.0.3 wheel matching CUDA-11.8 & Python-3.10?
3. If I need to build from source, what’s the recommended procedure?
Thank you for your help!
Hello,
I’m trying to install Uni-Core v0.0.3 on Ubuntu but running into 404 errors:
1. Visiting the dptech-corp GitHub organization returns a 404: https://github.com/dptech-corp → 404 Not Found
2. Installing the wheel directly fails: pip install https://github.com/dptech-corp/Uni-Core/releases/download/0.0.3/unicore-0.0.1+cu118torch2.0.0-cp310-cp310-linux_x86_64.whl
Error: HTTP error 404 while getting https://github.com/dptech-corp/Uni-Core/releases/download/0.0.3/unicore-0.0.1+cu118torch2.0.0-cp310-cp310-linux_x86_64.whl
Environment
• OS: Ubuntu
• Python: 3.10.17 (conda-forge)
• CUDA: 11.8
• PyTorch: 2.0.0
Questions
1. Has the dptech-corp organization or repository been moved or made private?
2. Can you provide the correct download URL for the Uni-Core v0.0.3 wheel matching CUDA-11.8 & Python-3.10?
3. If I need to build from source, what’s the recommended procedure?
Thank you for your help!