-
I'm working on an app that uses exFaiss, running into issues with deployment. I can build the Docker image but when i try to run the container it dies immediately with:
```
"Failed to load NIF libra…
-
As noted by @LuchoTurtle in https://github.com/dwyl/image-classifier/issues/97#issuecomment-2038195115 💬
This "hobby" app is costing us _considerably_ more money than we originally expected. 📈
The…
-
In the `pv-feat/exla-host-ipc` branch of [elixir-nx/nx](https://github.com/elixir-nx/nx) there is a newer CUDA shared pointer format.
- [x] copy-paste some code from them
- [x] see if it still jus…
-
Hello! I am trying to use [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) for embeddings. I can load it and get some results but i saw that i need to add a pooling layer for "pooling_mode_cls_token"…
nyo16 updated
3 months ago
-
There's been several changes that aren't in hex.
https://github.com/elixir-nx/bumblebee/issues/376#issuecomment-2205342177
fire updated
4 months ago
-
Hello
I was trying to upgrade NX & EXLA through a hot upgrade process, however, the NIF is not supporting upgrade capability
```c
ERL_NIF_INIT(Elixir.EXLA.NIF, exla_funcs, &load, NULL, NULL, NULL…
-
I am trying to analyze the optimized HLO outputs for a few `Nx` functions using this flag in a live book: `system_env: %{"XLA_FLAGS" => "--xla_dump_to=/tmp/hlo"}`, however no dumps are generated.
…
-
I found an error getting the tcache address. I'm debugging sshd on ubuntu 22.04 arm64. When I use the command `bins` tcache is empty, `arena.tcachebin(i)` return `None`: https://github.com/bata24/gef/…
-
With XCP-NG 7.x, I was using lm-sensors to monitor the CPU temperature of my Qotom server (running on an Intel i5 5250 CPU). This was provided through the coretemp kernel module.
After upgrading t…
RMerl updated
4 years ago
-
The following code
```elixir
res =
EXLA.jit(&Scholar.Manifold.MDS.fit(&1, key: &2, num_components: 2)).(
Nx.iota({1000000, 3}),
Nx.Random.key(42)
)
```
fives an error:
```
** (…