Uni-Core icon indicating copy to clipboard operation
Uni-Core copied to clipboard

an efficient distributed PyTorch framework

Results 26 Uni-Core issues
Sort by recently updated
recently updated
newest added

support Branch Parallelism in paper [Efficient AlphaFold2 Training using Parallel Evoformer and Branch Parallelism](https://arxiv.org/abs/2211.00235)

I noticed the example : https://github.com/dptech-corp/Uni-Core/blob/main/examples/bert/train_bert_test.sh How could i use fp32 ? Just remove --fp16 --fp16-init-scale 4 --fp16-scale-window 256. Thanks!

I use pip install . got these errors Building wheel for unicore (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─>...

The original download url is invalid now.

hello, I am try to install uni-core by pip. But got the errors ERROR: Could not find a version that satisfies the requirement uni-core==0.0.1 (from versions: none) ERROR: No matching...

Hi, does Uni-Core currently support CUDA 12? Thanks!

I was training Uni-Mol using Uni-Core, on multiple GPUs (one node). However, I met the following error message: ``` diff = self.param - new_param diff = self.param - new_param diff...

请问unicore适用于windows系统嘛

When I run `pip install .`, it returns ![image](https://github.com/dptech-corp/Uni-Core/assets/101811299/989cc1c0-54d5-4d3a-80c7-4e387ae02a23) How should I install Uni-Core?