Michael Bruce

Results 6 comments of Michael Bruce

Hi Cauryl, I'd be happy to - do you know where in the codebase I should add it?

Would this be as simple as stripping them out of the object in the `nrepl-bencode` function on line 402 of `nrepl-client.el`?

I have a similar issue with: OS: Arch Linux GPU: AMD 5700 XT Python: 3.11.3 However I did have this working previously with Python 3.10 and downgrading Pytorch to version...

Okay I got this working again by downgrading to torch 1.13.1 + rocm 5.2 + python 3.10. Earlier I said the pytorch extra url installation method (e.g `pip install torch==1.13.1+rocm5.2...

@appetrosyan ran into the same issue, looks like the last reference has been updated from 21 -> 22 so this works for me: ``` (setenv "LIBRARY_PATH" "/opt/homebrew/opt/gcc/lib/gcc/12:/opt/homebrew/opt/libgccjit/lib/gcc/12:/opt/homebrew/opt/gcc/lib/gcc/12/gcc/aarch64-apple-darwin22/12") ``` if it...

Hi @vemv! It depends, based on whether you are defining the classes used in your Clojure(script) files - but I am guessing not? The reason for this is that Sail...