Yuliang Li
Yuliang Li
比方说生成n个二维向量,所有向量的第一维的总和不超过m
Fix a grammar error
I am looking for a library that can help measuring the dataset quality. This project is very useful for me. But I find that the latest commit is submitted 5...
build target 为 aarch64 的 linux ,按照 https://github.com/MegEngine/MegCC/blob/main/yolox_example/README.md 中的说明操作,当执行 `python ../runtime/scripts/runtime_build.py --cross_build --kernel_dir ./kernel_yolox_s_arm/ --remove_old_build --cross_build_target_os LINUX --cross_build_target_arch aarch64` 时,会出现如下错误: ```bash /home/xxxx/Downloads/megcc_release/release_megcc/runtime/../immigration/include/marm_neon.h:241:62: error: pragma or attribute ‘target("dotprod")’ is not valid...
# 🐛 Bug Description I am encountering the "illegal memory access" error when using `flash_attn_varlen_qkvpacked_func` on H800. The minimal code to reproduce the error is shown below: ```python import argparse...
### 联系方式 [email protected] ### 发生了什么? # 环境 - archlinux 6.13.5-arch1-1 - KDE 6 wayland # 具体表现 使用 Pin to screen 功能时,即使已经点击了其他窗口,焦点已经不在 pin 的浮动窗口上了,键盘输入依然会影响 pin 的浮动窗口 ## 示例 1. 下面这个动图中,我想要使用方向键在浏览器中滚动,但是 pin...
Hi BeamNG team! First of all, thank you for creating such a wonderful simulator and developer-friendly python API. I'm currently working with the `beamngpy` library to control in-game vehicles. My...