-
Hey,
I am trying to use [silero_vad](https://github.com/snakers4/silero-vad) and for that it seem to me, I need an up to date version of ort and therefore the current versin of "ortex" in main.
I …
-
### Description
```python
import jax
import jax.numpy as jnp
def f(x):
def reducer(op_val_index, acc_val_index):
op_val, op_index = op_val_index
acc_val, acc_index = acc_val_index
…
-
```
warning: function init/1 required by behaviour Nx.Backend is not implemented (in module PelemayBackend.Backend)
lib/pelemay_backend/backend.ex:1: PelemayBackend.Backend (module)
warning: Nx…
-
## Searching
The current searching on hex.pm can lead to a lot of false positives. For example, searching for `openid authentication`:
gives results that match on either or both terms. In th…
-
Creating a tensor from a float is causing a problem with the decimals:
```
Nx.tensor(0.43)
#Nx.Tensor<
f32
0.4300000071525574
>
```
The same goes if type is set to f16:
```
Nx.tensor(0…
-
Hello!
As Speech to Text models such as Whisper are added having access to some of the impressive AI Text to Speech models would be a nice way to close the loop!
My current suggestion for a model …
-
I've been looking for local-only solutions to reliably extract structured data from invoices/receipts. No API/cloud solutions for obvious privacy reasons (those receipts can sometimes include credenti…
thbar updated
7 months ago
-
It seems that bumblebee is not capable of loading Mixtral-8x7B models (base or instruct). I've checked the files and it should be able to load the model (in theory) since it is capable of loading Mist…
-
-
This issue might stem from this one - https://github.com/elixir-nx/xla/issues/80 - where the lower level setup isn't right.
It seems to me that something is misbehaving. As per an advice I receive…