Hot in Nx Questions/Help:
HOTTEST Nx Questions/Help THIS WEEK!
HOTTEST Nx Questions/Help THIS MONTH!
HOTTEST Nx Questions/Help THIS YEAR!
High-performance computing (HPC) is the use of supercomputers and parallel computing techniques to solve complex computational problems. ...
New
Aloha gang,
I’m working on a port of Sakana AI’s TRINITY, an evolved LLM coordinator:
TRINITY Paper
OpenReview
Downloadable Assets
I...
New
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
Hi, I could not compile dependency :axon_onnx :
Mix.install([
{:axon, "~> 0.5"},
{:nx, "~> 0.5"},
{:exla, "~> 0.5"},
{:stb_imag...
New
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
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
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™ ...
New
I’ve recently been interested in trying out Nx with Bumblebee so have been following along with the fantastic dockyard article on creatin...
New
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
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...
New
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
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
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
Hey, I’m trying to make a model like this:
Axon.input("features", shape: {nil, 784})
|> Axon.reshape({:auto, 28, 28, 1})
|>...
New
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...
New
HOTTEST Nx Questions/Help THE LAST THREE YEARS!
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
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
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
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
Hello everyone,
I am trying to group vectors into clusters of similarity.
I have extracted a video into screenshots, each seconds, and ...
New
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
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...
New
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
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
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
Hi,
wanted to do a sentiment analysis using Elixir. Problem: Bumblebee has that only for English text.
Therefore, tried to load a [mode...
New
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
I am studying the possibility of migrating to Elixir a Python application which uses the Pandas framework (https://pandas.pydata.org/).
...
New
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
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!
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
Soon we’ll have Nx - numerical computing, GPU acceleration, ML, tensor operations, etc.
What will be the best applications for Nx? Sim...
New
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
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
Long expected :slight_smile:
New
How to detect square region in an image using nx?
New
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
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 ...
New
Trying to follow Jose’s video on Announcing Livebook (with Axon). The very first Elixir cell introducing the dependencies fails on EXLA c...
New
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
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
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
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
I have been trying to find resources for implementing computational calculations with elixir (and possibly Nx), namely something like the...
New
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
Numerical Elixir
Classification:
Numerical Computing Library
Threads:
338
Posts:
1933
"Multi-dimensional arrays (tensors) and numerical definitions for Elixir"
- Follow
- Join
- Shape
the conversation
Nx on GitHub
Confs & Meetups
15 days remaining
DC Elixir
Build Night: Hands-on with Zig and Zigler - Washington DC/USA July 15, 2026Featured Nx Book
Latest Nx Learning Resources
Let's build GPT from scratch w/ Nx and Axon
Other ResourcesProgramming Machine Learning (book) - Livebooks with Nx and Axon
Other ResourcesGet money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Sub Categories:
Saved Forums
-
None saved yet
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex








