diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index 009f93cb..5331fb28 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 70491ac6..26814156 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 fd264a28..13e217a0 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 6f5f2359..bbdae7e0 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 92c80064..6bcf880c 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 74c6d4cc..92fd1f3f 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 ecc4e784..1d208260 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 e9659eb4..92886b4a 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 0822dc3b..ccc6a14b 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 659ec5be..191ca6c4 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 671b9304..f8fce79c 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 8fce14d3..501d3bbc 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 8596232c..7eabd006 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 b62cda0a..1722c249 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: