diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index 009f93cb4..5331fb28b 100644 --- a/docs/build/html/.buildinfo +++ b/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 9c3e17ea0d482d32f4f063bee7570344 +config: 3eac35b7a723ac541f1874e4ba883287 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/_sources/install.rst b/docs/build/html/_sources/install.rst index 70491ac64..268141567 100644 --- a/docs/build/html/_sources/install.rst +++ b/docs/build/html/_sources/install.rst @@ -13,7 +13,7 @@ silicon computer is pip install mlx -To install from PyPI you must meet the following requirements: +To install from PyPI your system must meet the following requirements: - Using an M series chip (Apple silicon) - Using a native Python >= 3.9 @@ -26,13 +26,22 @@ To install from PyPI you must meet the following requirements: CUDA ^^^^ -MLX has a CUDA backend which you can use on any Linux platform with CUDA 12 -and SM 7.0 (Volta) and up. To install MLX with CUDA support, run: +MLX has a CUDA backend which you can install with: .. code-block:: shell pip install "mlx[cuda]" +To install the CUDA package from PyPi your system must meet the following +requirements: + +- Nvidia architecture >= SM 7.0 (Volta) +- Nvidia driver >= 550.54.14 +- CUDA toolkit >= 12.0 +- Linux distribution with glibc >= 2.35 +- Python >= 3.9 + + CPU-only (Linux) ^^^^^^^^^^^^^^^^ @@ -42,6 +51,13 @@ For a CPU-only version of MLX that runs on Linux use: pip install "mlx[cpu]" +To install the CPU-only package from PyPi your system must meet the following +requirements: + +- Linux distribution with glibc >= 2.35 +- Python >= 3.9 + + Troubleshooting ^^^^^^^^^^^^^^^ diff --git a/docs/build/html/_static/documentation_options.js b/docs/build/html/_static/documentation_options.js index fd264a281..13e217a09 100644 --- a/docs/build/html/_static/documentation_options.js +++ b/docs/build/html/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.26.5', + VERSION: '0.27.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/build/html/cpp/ops.html b/docs/build/html/cpp/ops.html index 6f5f23599..bbdae7e06 100644 --- a/docs/build/html/cpp/ops.html +++ b/docs/build/html/cpp/ops.html @@ -8,7 +8,7 @@ - Operations — MLX 0.26.5 documentation + Operations — MLX 0.27.0 documentation @@ -36,7 +36,7 @@ - + @@ -137,8 +137,8 @@ - MLX 0.26.5 documentation - Home - + MLX 0.27.0 documentation - Home + diff --git a/docs/build/html/dev/custom_metal_kernels.html b/docs/build/html/dev/custom_metal_kernels.html index 92c800644..6bcf880c9 100644 --- a/docs/build/html/dev/custom_metal_kernels.html +++ b/docs/build/html/dev/custom_metal_kernels.html @@ -8,7 +8,7 @@ - Custom Metal Kernels — MLX 0.26.5 documentation + Custom Metal Kernels — MLX 0.27.0 documentation @@ -36,7 +36,7 @@ - + @@ -137,8 +137,8 @@ - MLX 0.26.5 documentation - Home - + MLX 0.27.0 documentation - Home + diff --git a/docs/build/html/dev/extensions.html b/docs/build/html/dev/extensions.html index 74c6d4ccd..92fd1f3fe 100644 --- a/docs/build/html/dev/extensions.html +++ b/docs/build/html/dev/extensions.html @@ -8,7 +8,7 @@ - Custom Extensions in MLX — MLX 0.26.5 documentation + Custom Extensions in MLX — MLX 0.27.0 documentation @@ -36,7 +36,7 @@ - + @@ -137,8 +137,8 @@ - MLX 0.26.5 documentation - Home - + MLX 0.27.0 documentation - Home + diff --git a/docs/build/html/dev/metal_debugger.html b/docs/build/html/dev/metal_debugger.html index ecc4e784f..1d2082609 100644 --- a/docs/build/html/dev/metal_debugger.html +++ b/docs/build/html/dev/metal_debugger.html @@ -8,7 +8,7 @@ - Metal Debugger — MLX 0.26.5 documentation + Metal Debugger — MLX 0.27.0 documentation @@ -36,7 +36,7 @@ - + @@ -137,8 +137,8 @@ - MLX 0.26.5 documentation - Home - + MLX 0.27.0 documentation - Home + diff --git a/docs/build/html/dev/mlx_in_cpp.html b/docs/build/html/dev/mlx_in_cpp.html index e9659eb4f..92886b4a6 100644 --- a/docs/build/html/dev/mlx_in_cpp.html +++ b/docs/build/html/dev/mlx_in_cpp.html @@ -8,7 +8,7 @@ - Using MLX in C++ — MLX 0.26.5 documentation + Using MLX in C++ — MLX 0.27.0 documentation @@ -36,7 +36,7 @@ - + @@ -136,8 +136,8 @@ - MLX 0.26.5 documentation - Home - + MLX 0.27.0 documentation - Home + diff --git a/docs/build/html/examples/linear_regression.html b/docs/build/html/examples/linear_regression.html index 0822dc3b1..ccc6a14b6 100644 --- a/docs/build/html/examples/linear_regression.html +++ b/docs/build/html/examples/linear_regression.html @@ -8,7 +8,7 @@ - Linear Regression — MLX 0.26.5 documentation + Linear Regression — MLX 0.27.0 documentation @@ -36,7 +36,7 @@ - + @@ -137,8 +137,8 @@ - MLX 0.26.5 documentation - Home - + MLX 0.27.0 documentation - Home + diff --git a/docs/build/html/examples/llama-inference.html b/docs/build/html/examples/llama-inference.html index 659ec5be8..191ca6c4a 100644 --- a/docs/build/html/examples/llama-inference.html +++ b/docs/build/html/examples/llama-inference.html @@ -8,7 +8,7 @@ - LLM inference — MLX 0.26.5 documentation + LLM inference — MLX 0.27.0 documentation @@ -36,7 +36,7 @@ - + @@ -137,8 +137,8 @@ - MLX 0.26.5 documentation - Home - + MLX 0.27.0 documentation - Home + diff --git a/docs/build/html/examples/mlp.html b/docs/build/html/examples/mlp.html index 671b9304e..f8fce79ce 100644 --- a/docs/build/html/examples/mlp.html +++ b/docs/build/html/examples/mlp.html @@ -8,7 +8,7 @@ - Multi-Layer Perceptron — MLX 0.26.5 documentation + Multi-Layer Perceptron — MLX 0.27.0 documentation @@ -36,7 +36,7 @@ - + @@ -137,8 +137,8 @@ - MLX 0.26.5 documentation - Home - + MLX 0.27.0 documentation - Home + diff --git a/docs/build/html/genindex.html b/docs/build/html/genindex.html index 8fce14d3f..501d3bbc3 100644 --- a/docs/build/html/genindex.html +++ b/docs/build/html/genindex.html @@ -7,7 +7,7 @@ - Index — MLX 0.26.5 documentation + Index — MLX 0.27.0 documentation @@ -35,7 +35,7 @@ - + @@ -136,8 +136,8 @@ - MLX 0.26.5 documentation - Home - + MLX 0.27.0 documentation - Home + diff --git a/docs/build/html/index.html b/docs/build/html/index.html index 8596232c8..7eabd006d 100644 --- a/docs/build/html/index.html +++ b/docs/build/html/index.html @@ -8,7 +8,7 @@ - MLX — MLX 0.26.5 documentation + MLX — MLX 0.27.0 documentation @@ -36,7 +36,7 @@ - + @@ -139,8 +139,8 @@ - MLX 0.26.5 documentation - Home - + MLX 0.27.0 documentation - Home + diff --git a/docs/build/html/install.html b/docs/build/html/install.html index b62cda0a7..1722c2498 100644 --- a/docs/build/html/install.html +++ b/docs/build/html/install.html @@ -8,7 +8,7 @@ - Build and Install — MLX 0.26.5 documentation + Build and Install — MLX 0.27.0 documentation @@ -36,7 +36,7 @@ - + @@ -137,8 +137,8 @@ - MLX 0.26.5 documentation - Home - + MLX 0.27.0 documentation - Home + @@ -948,7 +948,7 @@ silicon computer is

pip install mlx
 
-

To install from PyPI you must meet the following requirements:

+

To install from PyPI your system must meet the following requirements: