Yuhe Zhang

Results 4 comments of Yuhe Zhang

自己回答下,这两个ops是最后一步fusion里面的,我可以把fusion拿出来在JavaScript里面做。 现在的另一个问题是,用paddlejsconverter的时候,如果--useGPUOpt=True,跑出来的结果有问题,如果不用--useGPUOpt=False, 结果是对的,但我不知道有没有用到GPU?backend还是选的webgl。 而且只能跑很小的尺寸,256x256可以,512x512就会crash,请问有什么办法吗?

Actually I am able to use the 1024x1024 model in my case now. Thanks. But it will still be good if there is option to use smaller input size to...

Hi, I updated branch to include the Makefile package-data fix from main. **About the previous CI failures:** Looking at the logs, the failures were due to: ``` RuntimeError: PyTorch has...

Thanks for clarifying! I appreciate you taking the time to explain the root cause. I'm interested in contributing more to the project as I learn about LLM infrastructure. Are there...