Casey Haaland

Results 8 comments of Casey Haaland

Thanks for the quick response! I did do a little digging and realised just how subtle dealing with these windows paths across various python versions is. To replicate this, -...

Ran the tests and here are the results python3.9 + jupyter-core==4.8.1: Works python3.9 + jupyter-core==4.7.0: Works python3.6 + jupyter-core==4.8.1: Fails python3.6 + jupyter-core==4.7.0: Works Rather surprised that it worked with...

Sorry for the late response on this! Looks like something changed in python 3.8 which avoids the error python3.7 + jupyter-core==4.8.1: Fails python3.7 + jupyter-core==4.7.0: Works python3.8 + jupyter-core==4.8.1: Works...

> On your computer, this similar setup gives that permission error? When using the code with Path.resolve I do get a permission error. Here's the unabridged error ``` PermissionError Traceback...

@Lucy7298 which pytorch implementation are you using? Just brute force computation of the attention output? The triton impl is using float16 so would expect diffs if you are comparing against...

Am seeing the same error. Was fine with `torch==1.10.2+cu113` and `pykeops==2.1` though. [This issue](https://github.com/FalkonML/falkon/issues/49) mentioned that `torch==1.12` was known not to be compatible but that the issue appeared to be...

Not the original author of this post but I was not able to find a workaround aside from just having two different virtual environments. One with a current version of...

Did you install ninja? That sped things up for me considerably