Tianze Zhou
Tianze Zhou
nvcc 对于 g++ 的版本有[兼容性要求](https://gist.github.com/ax3l/9489132),如果 Jittor 下载的 cuda 版本与本机的 g++ 版本不匹配就有可能出现编译错误,例如 https://github.com/alicevision/AliceVision/issues/802
### Description Pagination can get wrong as the number of footnotes increases. And it seems to be related to lists. #### Example 1 https://typst.app/project/rvacXiEHBYRbLdhixlBK9l | Page 1 | Page 2...
## 💬 Question I set up cypht using docker with the example docker-compose, and added a custom IMAP server. After I open an unread message, the message would still be...
## 🚀 Feature Is it possible to make cypht connect to IMAP and SMTP servers through proxies such as SOCKS5? There are occasions when the client cannot directly access the...
### Describe the bug At present, the `torch.FloatTensor` type hint is commonly employed in the codebase. However, if one were to pass a `torch.Tensor`, Pyright would raise complaints about the...
Could we introduce a namespace layer to the overlay, allowing us to access packages via `pkgs.berberman.fcitx5-pinyin-zhwiki` instead of `pkgs.fcitx5-pinyin-zhwiki`? This approach would prevent custom packages from conflicting with others that...
Since timm 1.0.11 the following warning emerges (introduced by https://github.com/huggingface/pytorch-image-models/commit/fad45388012a441bb3a084a20220b6d6f2bf47bc): ``` /conda/envs/teeth/lib/python3.12/site-packages/timm/models/layers/__init__.py:48: FutureWarning: Importing from timm.models. layers is deprecated, please import via timm.layers ``` This pull request would eliminate the...