File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Operations
4444 convolve
4545 conv1d
4646 conv2d
47+ conv3d
4748 conv_general
4849 cos
4950 cosh
Original file line number Diff line number Diff line change 22requires = [
33 " setuptools>=42" ,
44 " cmake>=3.24" ,
5- " mlx>=0.16.2 " ,
5+ " mlx>=0.17.0 " ,
66 " nanobind==2.1.0" ,
77]
88build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 11setuptools >= 42
22cmake >= 3.24
3- mlx >= 0.16.2
3+ mlx >= 0.17.0
44nanobind == 2.1.0
Original file line number Diff line number Diff line change @@ -102,11 +102,12 @@ void init_fast(nb::module_& parent_module) {
102102 implementation which rotates consecutive dimensions.
103103 base (float, optional): The base used to compute angular frequency for
104104 each dimension in the positional encodings. Exactly one of ``base`` and
105- ``freqs`` must be ``None``.
105+ ``freqs`` must be ``None``.
106106 scale (float): The scale used to scale the positions.
107107 offset (int): The position offset to start at.
108108 freqs (array, optional): Optional frequencies to use with RoPE.
109- If set, the ``base`` parameter must be ``None``. ``Default: None``.
109+ If set, the ``base`` parameter must be ``None``. Default: ``None``.
110+
110111 Returns:
111112 array: The output array.
112113 )pbdoc" );
You can’t perform that action at this time.
0 commit comments