nilsbecker
nilsbecker
ok, i exported LIBTORCH and then opam pinned torch to the directory. opam reports `dune build` and this takes a while and reports no errors. so it appears it has...
addendum: in view of #77 i'm not sure why the build setting only LIBTORCH succeeded now. i think it's because i had copied the formerly missing `libquadmath.0.dylib` manually out of...
I retried the procedure above on another 'fresh' intel mac, without a copy of libquadmath in `/usr/local/lib`. - initial state: no pytorch installed - `brew install torch` (1.13.1 gets installed)...
> I also believe that it is reasonable that `quantile(d, x)` should return `eltype(d)`; it is analogous to `getindex` to some extent. When would it make sense for `rand` and...
Here I am indeed seeing slightly different outputs on two macs that I use to work on a presentation. I reckon the difference is the set of installed fonts. Is...
+1, the examples are outdated, i was bitten by this too.
I ran into an apparently related issue today. After homebrew updated llvm from 21.1.13 to 21.1.14, I could no longer build a program depending on the `nx` and `rune` libraries...
Regarding the docs [here](https://juliastats.org/Distributions.jl/stable/extends/), what I found unclear is in what namespace I have to add methods. By trial and error I found what worked was to extend `Random.rand` for...
I would prefer them to not be included but that's not a big deal. Ergonomics is more important. One use case is 'commenting out' some content which might be reused...
cool that you're working on it. in my opinion, the second bullet point is the most important.