Kimbing Ng
Kimbing Ng
Yesterday when I was using remarkable, I found that the code suddenly did not have automatic highlighting. I didn't care at the time. When I used it the next day,...
Add chapter 4
fix one typo
# What does this PR do? Fixes issue The shape of `time_context` should match the shape of `hidden_states` in [this line](https://github.com/huggingface/diffusers/blob/165af7edd3d5d35a77463b399a9d5257af3761db/src/diffusers/models/attention.py#L502). Thus, it should be `(b h w) n c`...
## 📌 Checklist before creating the PR - [x] I have created an issue for this PR for traceability - [ ] The title follows the standard format: `[doc/gemini/tensor/...]: A...
### 🐛 Describe the bug In [this code block](https://github.com/hpcaitech/ColossalAI/blob/6df844b8c4946c734115b7e180b292888d857bc1/colossalai/checkpoint_io/utils.py#L560), when size mismatch occurs, no error message is printed. Fix: RuntimeError should be raise when `len(error_msgs) > 0` ### Environment _No...