Yanlin Fei
Yanlin Fei
Hi! I have installed Unicore according to the instructions in https://nb.bohrium.dp.tech/detail/3074300073. I make sure the wheel has the correct Cuda version, PyTorch version, and Python version. But the problem persists....
Hi! My installation process is shown in the attached png. ![Uploading unimol-tool.png…]()
[unimol-tool.pdf](https://github.com/dptech-corp/Uni-Mol/files/13790523/unimol-tool.pdf) It seems that I fail to upload a PNG file. The installation process is attached in this pdf. Thank you!
I am also trying to install Unicore from the source. I would like to know how to specify the version. Running 'python setup.py install' by default requires torch>=2.0.0.
[log.txt](https://github.com/user-attachments/files/23595715/log.txt) Thanks for your reply! The log file is attached here. I am using `gradient_accumulation_steps=9`
[error_llama_13b.log](https://github.com/user-attachments/files/23660070/error_llama_13b.log) Hi @Datta0 Thanks! Reducing grad_acc_steps to 4 and using relatively shorter sequence length resolves OOM issue for 7B model. But training on meta-llama/CodeLlama-13b-Instruct-hf still caused OOM issue. (which should...
Hi, I’m following the working solution and have specified the custom model in the UI as `bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0`. I have also checked that my `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` is valid. However, I'm...