Galaxy-Husky

Results 11 comments of Galaxy-Husky

> I am also getting `ImportError: /lib/python3.8/site-packages/flash_attn_2_cuda.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN3c104cuda9SetDeviceEi` I got the same error with PyTorch 2.3.0 when I installed it with the [wheel file](https://github.com/Dao-AILab/flash-attention/releases/download/v2.5.7/flash_attn-2.5.7+cu122torch2.3cxx11abiFALSE-cp311-cp311-linux_x86_64.whl). I solved the problem...

> Thank you for bringing this to our attention. We recently underwent a comprehensive website upgrade, and we are aware of the hover issue. Our team is actively working on...

> You are not on the master branch. Thank you for your reply. I checked the code permalinks and found that they will be changed automatically to branch 275822 from...

> @Galaxy-Husky Do you want to make the adjustments in a PR? Sure, I'd love to.

> I think it would be good to go over the example one more time to fix the correctness issues. The initial version was just ported from the PyTorch examples...

Try set `remove_unused_columns` to True. I think the data collator can't do the padding for the string data of the huggingface dataset.

从我个人的经验来说,实际上opencompass唯一不支持3.10以上python的是[`pyext`](https://github.com/refi64/PyExt/tree/master)这个库,只需要一个很小的修改,但是官方没有更新。 我解决的办法是从fork的repo中安装好,再去装opencompass的环境。我目前使用python 3.12.9,运行良好。

> It's part of [nvidia-nvshmem-cu12](https://pypi.org/project/nvidia-nvshmem-cu12/) library, we didn't explicitly specify this as dependency because it's part of torch's dependency (at least on x86_64). > > pip install nvidia-nvshmem-cu12 > would...

I just found the Task Monitoring: Lark Bot section of TASK EXECUTION AND MONITORING in the documentation. And I successfully set up the lark bot according to the instructions. Please...