Kevin Ta

Results 58 comments of Kevin Ta

Hey @RishiPandey06 @sunyeongan Re: Windows installation issue - can you try pinning OpenFL==v1.5 in the `setup.py`? i.e. change https://github.com/FeTS-AI/Challenge/blob/524d6b9f489ba852d601a437839abd937e5cab89/Task_1/setup.py#L31 to `openfl @ git+https://github.com/intel/[email protected]`

> I am running the code in WSL on Windows in Ubuntu Linux 22.04 environment. however `pip install .` An error occurs in the command. > > Perhaps this issue...

> thank you for the reply. @kta-intel It wasn't a network problem. > > https://github.com/FeTS-AI/Challenge/blob/524d6b9f489ba852d601a437839abd937e5cab89/Task_1/setup.py#L30C5-L34C7 > > I solved the problem by installing each library as follows. > > *...

Thanks @MasterSkepticista @psfoley ! I will get back to addressing these comments once I'm done with some other pressing tasks. I appreciate the review > > Most of my comments...

Hi @HuiLin0220, which version of OpenFL are you using? If possible, can you try installing `openfl==1.5`?

@hwpang, thanks for raising this issue! It is a strange one. To my understanding, it seems to be caused when `triton` imports `setuptools`. More specifically, it is because `setuptools` is...

Hi, Arc should support bfloat16 training. Can you share a simple reproducer, I can check on my end

@XinyuYe-Intel @Jasonzzt sorry for the late response. I was able to reproduce the error with your script, too. Instead of sending model directly to `bfloat16`, try setting `bf16=True` in the...

Hmm, I can't seem to reproduce the issue with `adamw_torch`. It's the same runtime error as originally reported? Here's the code snippet I ran (modified from the snippet earlier in...