Hot in Nx Questions/Help:

HOTTEST Nx Questions/Help THIS WEEK! Top

HOTTEST Nx Questions/Help THIS MONTH! Top

HOTTEST Nx Questions/Help THIS YEAR! Top

pat_rick
High-performance computing (HPC) is the use of supercomputers and parallel computing techniques to solve complex computational problems. ...
New
gtcode
Aloha gang, I’m working on a port of Sakana AI’s TRINITY, an evolved LLM coordinator: TRINITY Paper OpenReview Downloadable Assets I...
New
aime
Hi, I’m trying to load Whisper models into Elixir using Nx, EXLA, and Bumblebee. I’ve encountered the following issue: When using the w...
New
tomthestorm
Hi, I could not compile dependency :axon_onnx : Mix.install([ {:axon, "~> 0.5"}, {:nx, "~> 0.5"}, {:exla, "~> 0.5"}, {:stb_imag...
New
RoboZoom
I’m brand new to AI and using NX/Bumblebee. I have attempted to adapt this example from the bumblebee docs to generate a narrative descr...
New
mgwidmann
I’ve run into an issue that I don’t understand. Running on an M1 mac with 32 GB of ram trying to execute a very small LLM and I’m seeing ...
New
matt-savvy
Hey gang, I’m running a Livebook locally on a machine that has an onboard graphics card. Processor: AMD Ryzen™ 7 PRO 6850U with Radeon™ ...
/nx
New
georgealexanderday
I’ve recently been interested in trying out Nx with Bumblebee so have been following along with the fantastic dockyard article on creatin...
New
joelpaulkoch
Hey, I know compiling with EMLX is unstable at the moment. Is there already a plan how to make the compiler work? I still tried to comp...
New
onnimonni
I would want to create local phoenix app to allow semantic search for local files. In order to do this I need to calculate embeddings fo...
/nx
New
carlgleisner
Hi all, After having read about SmolDocling :front_facing_baby_chick: for parsing PDF:s I’m really keen to give it a spin as an alternat...
New
mortenlund
Hi! I am using Elixir 1.18.3 on OTP 27. Using torchx version 0.10 compiled using LIBTORCH_TARGET=cu128 and LIBTORCH_VERSION=2.9.0 I am...
New
RoboZoom
I am new to NX/Bumblebee, and am trying to leverage out of the box Mistral connectivity. I’m trying to use a “Small” model, and my compu...
New
omerss2311
Hey, I’m trying to make a model like this: Axon.input("features", shape: {nil, 784}) |> Axon.reshape({:auto, 28, 28, 1}) |&gt...
New
jbc5099
Howdy all! I’m a former web dev that had used Elixir at work and loved it. I decided to try and learn some machine learning basics and st...
/nx
New

HOTTEST Nx Questions/Help THE LAST THREE YEARS! Top

outlog
We are glad to announce a variety of Neural Networks models are now available to the Elixir community via the Bumblebee project. We have...
New
steffend
Hey there, I’ve got a project where I need to encode sentences using a sentence-transformer model. Currently, I’m using Python and the s...
New
bdarla
Is there any list of hardware, i.e. GPU that is compatible with Nx/Axon/etc. (apologies if I missed this information)? Does the general “...
New
djaouen
I am trying to use Meta’s Llama 2 with Bumblebee, but I am getting a 401 error when I try to load it. I have been granted access to the ...
New
kokolegorille
Hello everyone, I am trying to group vectors into clusters of similarity. I have extracted a video into screenshots, each seconds, and ...
New
AstonJ
Welcome to our Genetic Algorithms in Elixir Book Club! :048: With AI set to play a big role in our industry we’re lucky to have Nx, so h...
New
pejrich
I’m trying to port some code from python, to elixir. The python code generates tensors from embedding in BERT, then does some form of sim...
/nx
New
linusdm
Hello Nx community! :wave: I’m here as a noob in the field of AI (and python), trying to accomplish a task with my favourite language. I...
New
steffel
I have successfully fine-tuned the BERT model using my CPU. I would like to try fine-tuning using my GPU an RTX4090 with 24GB RAM. I am g...
New
AlexanderRoempke
Hello, i am working right now alot with axon i am working on a lstm for my mastersthesis. I was wondering if there is a nice way to set...
New
sehHeiden
Hi, wanted to do a sentiment analysis using Elixir. Problem: Bumblebee has that only for English text. Therefore, tried to load a [mode...
New
tegmentum
Hey all, i’m trying to train a classification model (Trying EXGBoost and KNN) To predict a packaging type based on order content. My dat...
New
Fl4m3Ph03n1x
I am studying the possibility of migrating to Elixir a Python application which uses the Pandas framework (https://pandas.pydata.org/). ...
New
BitzFlex
Hi!, I have the Mac Studio and I want to use the GPU on it with EXLA. I made the project that has config like below. import Config con...
New
urielfcampos
Hi everyone ! I managed to get bumblebee up and running on WSL2 using my CPU and decided to try and use my GPU for it and got everything...
New

HOTTEST Nx Questions/Help THIS Over 3 Years! Top

tcoopman
I just saw this tweet passing by but I have no idea what it’s hinting at, but it looks awesome :slight_smile: https://twitter.com/joseva...
New
AndyL
Soon we’ll have Nx - numerical computing, GPU acceleration, ML, tensor operations, etc. What will be the best applications for Nx? Sim...
/nx
New
sallaumen
Hello, I have been trying to compile EXLA, to use it with Nx and Axon. Unfortunately, I’ve been having issues compiling it to work along ...
New
karang
Hello, I have been trying to get Exla installed for use with Nx and Axon. I am running Ubuntu 20 and I have read through the instructions...
New
New
New
pejrich
So I was trying to migrate some python code that I was running into my elixir code. My set up is that I have Elixir running most of the c...
New
henning
I would like to remove zero values from my tensors. My guess is to identify them using Nx.greater and then Nx.take the values I want to ...
/nx
New
reza
Trying to follow Jose’s video on Announcing Livebook (with Axon). The very first Elixir cell introducing the dependencies fails on EXLA c...
New
jan-swiatek
Hello, I’ve just started learning Elixir few weeks ago and I really enjoy that language. Currently, I’d like to start with machine lear...
New
NickGnd
Hey all, newbie here with a newbie question :wave: I’m wondering what’s the easier way to get the first n rows from a multi-dimensional ...
New
arpan
Hi everyone. José’s receently shared a talk about Nx, where he showed how to build a simple neural network to identify digits using the ...
New
woohaaha
Google Colab is a great resource to learn/practice machine learning. We can go to Google Colab rather than running an ML stack on our loc...
New
pat_rick
I have been trying to find resources for implementing computational calculations with elixir (and possibly Nx), namely something like the...
/nx
New
arpan
Hi, I was very excited after the latest talk about the new ML library Nx by Jose. When trying out the example neural network that he sho...
New

Nx

Also known as:
Numerical Elixir
Classification: Numerical Computing Library
Threads: 338
Posts: 1933
Forum Tags: #nx

"Multi-dimensional arrays (tensors) and numerical definitions for Elixir"

  • Follow
  • Join
  • Shape
the conversation
Nx on GitHub
Stars: 2,887 Watchers: 53 Open Issues: 17 Last push: 3 days ago

Core Team Members

Confs & Meetups

15 days remaining
DC Elixir
Build Night: Hands-on with Zig and Zigler - Washington DC/USA July 15, 2026
59 days remaining
Erlang Workshop 2026
Indianapolis, USA August 28, 2026
72 days remaining
ElixirConf US
Chicago September 10, 2026

Saved Forums

    None saved yet

Top Sub Portals

    None added yet

Saved Forums

    None saved yet

We're in Beta

About us Mission Statement