-
Hi @heliosdrm ,I am wondering... We have this great Mutual Information function. At the moment I have two timeseries x, y and I want to calculate the mutual information between x and y delayed by τ.
…
-
```
If you try to fetch a feed that is redirected to another URL, and then the feed
has not been modified such that the redirected request returns status 304, the
result returned by parse has status…
-
When I try to compile a single f90 file, lfortran cost too much memory, and then exit because of memory allocation failure. I retest on a larger machine(503G memory), it costs hundreds GB memoery and …
-
In Nixpkgs, we've found that gnu-efi 3.0.17 and 3.0.18 have serious regressions (https://github.com/NixOS/nixpkgs/pull/234796#issuecomment-1574199486, https://github.com/NixOS/nixpkgs/pull/307063#issu…
-
IMPORTANT: Instruction for viewing this homework
Since in Part 1 of this homework I used `str_view()` to see the matches of strings and it is a html widget that cannot be displayed in github proper…
-
I noticed that a few Oceananigans + LOBSTER simulations crashed due to some GPU exception. Re-running Julia with the `-g2` flag produced a stack trace pointing to the `solve_for_H` function as being t…
-
Here is the official dcumentation: https://doc.x3dom.org/author/Navigation/OrthoViewpoint.html
Now, if I do not explicitly set anything for the, in my case, zNear and zFar attributes they should be…
-
### Your current environment
vllm: v0.4.1
GPU : V100 32G
### 🐛 Describe the bug
on vllm v0.4.1
The output results of the MoE kinds model(like mixtral-8x7b ...etc ) are incorrect o…
-
Hi,
I am having trouble implementing optax LBFGS with equinox types. I am trying to run a linear regression model using this notebook https://github.com/ubcecon/ECON622/blob/master/lectures/lectures/…
-
I tried the code given on the link (https://docs.juliadiffeq.org/latest/features/callback_functions/). The Tsit5() adaptive algorithm doesn't work for this example. Can you please tell me why that is …