heya5
heya5
## General - **Operating System**: windows 11 - **Python version**: 3.8.3 - **Pandas version**: 1.4.2 - **Pandarallel version**: 1.6.1 ## Acknowledgement - [ ] My issue is **NOT** present when...
### 🐛 Describe the bug I install colossalAI with the command `pip install colossalai==0.1.11rc3+torch1.12cu11.3 -f https://release.colossalai.org` But I get an error when follow https://github.com/hpcaitech/ColossalAI/tree/main/examples/tutorial#-run-opt-finetuning-and-inference, I just run `bash ./run_clm_synthetic.sh` and...
# What does this PR do? Add optional backends for `torch.distributed` when using GPU. I want to use other communication backends according the [pytorch_distribution_tutorial](https://pytorch.org/tutorials/intermediate/dist_tuto.html#communication-backends), but I found Trainer only uses...
### Steps to reproduce code: ``` AUDIO_FILE = "./audio/book9/test1/01 Track 1.wma" wma_version = AudioSegment.from_file(AUDIO_FILE, format="wma") ``` error log: ``` Traceback (most recent call last): File "d:/Project/latten/latten/main.py", line 10, in wma_version...
I found that using default parameters for inference resulted in abnormally high GPU memory usage. To fix this problem, I added a parameter `return_hidden_states = False` to control whether to...
python 3.11.11 colabfold version: ``` alphafold-colabfold 2.3.8 colabfold 1.5.5 ```