MYY

Results 8 comments of MYY
trafficstars

I imitated this code and wrote a Pytorch-based version, and used Resnet101 to extract features, only to get a score close to that in the paper. ratio: 1.01423555697 Bleu_1: 0.708868328298...

@Yikun Thanks for your efforts! Can PR https://github.com/volcengine/verl/pull/332 be directly implemented on 910b2c 64GB?

> Yes, the initial support will based on community CI which are running on Altlas A2 series, for more info pls see CI info: https://github.com/volcengine/verl/actions/runs/13649493801/job/38154761144 Thank you for your quick...

Is my foundational env (including driver, nccl, etc) corrupted? I am training LLMs which is not related to VLLM, and it is showing new warnings. @DarkLight1337 ``` [WARNING] async_io requires...

> @DarkLight1337 I'm not sure about the specific error, but it looks like something is wrong with the `nvidia-nccl-cu12` dependency. > > @takagi97 could you reinstall `vllm` in a fresh...

I have tested the similar conda env on a new server. My conclusion is that the following error comes from conda env itself: ``` [WARNING] async_io requires the dev libaio...

> I have tested the similar conda env on a new server. My conclusion is that the following error comes from conda env itself: > > ``` > [WARNING] async_io...