-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
42 lines (32 loc) · 1.82 KB
/
Copy pathNOTICE
File metadata and controls
42 lines (32 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
integer_inference_engine
Copyright 2026 integer_inference_engine contributors
This product includes software developed by the integer_inference_engine
contributors.
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.
================================================================================
Provenance
================================================================================
The active engine — the `trinote` package under `bonsai/src/trinote` — is an
extraction/recomposition of the deterministic integer-inference engine from the
upstream bonsai-notarized-bitnet project (Apache-2.0). The `mistral-medium` and
`north-mini-code` subdirectories are work-in-progress ports of the same design to
additional models and are not part of the notarized Bonsai-8B release path.
================================================================================
Dependencies (declared, not vendored)
================================================================================
The engine links, but does not redistribute, the following, each under its own
license (see each subproject's requirements.txt):
- NumPy — BSD-3-Clause
- safetensors — Apache-2.0
- python-ecdsa — MIT
Model weights (GGUF / safetensors) are NOT included in this repository. They are
fetched separately (see bonsai/scripts/fetch_weights.sh) and carry their own
model license.