niverel-mamba
Copyright 2026 Hallcyn

This product includes software developed at Hallcyn.

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.

--------------------------------------------------------------------------

This product contains reimplementations of the Mamba2 equations as described
in the Mamba2 paper and as realised in the `mamba-ssm` project by Tri Dao and
Albert Gu (Apache License 2.0). No source file from `mamba-ssm` is vendored
into this repository. The portable implementations in `niverel_mamba.torch_ops`
and `niverel_mamba.mlx_ops` were written against the published equations and
are numerically certified against the upstream reference.

See THIRD_PARTY_NOTICES.md for full attribution.
