Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 736327b

Browse files
Update NOTICE (#409)
Added SparseZoo model license attributions Co-authored-by: Mark Kurtz <[email protected]>
1 parent c035b5b commit 736327b

File tree

1 file changed

+32
-5
lines changed

1 file changed

+32
-5
lines changed

NOTICE

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,38 @@ Version 2.0, an Apache-compatible license.
1818
NOTICES
1919
========================================================================
2020

21-
All implementations in this repository are subject to Neural Magic's Legal Policies
22-
https://www.neuralmagic.com/legal
21+
All implementations in this repository are subject to Neural Magic's Legal Policies https://www.neuralmagic.com/legal
22+
23+
Transformers code implementations https://github.com/huggingface/transformers/blob/main/LICENSE
24+
25+
Models that are derivatives of other model frameworks are indicated as such below (along with their GitHub repository names appended) and are used in accordance with their original licenses and terms:
26+
27+
* BERT https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
28+
* BioBERT https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
29+
* CodeGen Mono https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
30+
* CodeGen Multi https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
31+
* DistilBERT https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
32+
* EfficientNet https://github.com/tensorflow/tpu/blob/master/LICENSE (sparseml)
33+
* EfficientNetv2 https://github.com/tensorflow/tpu/blob/master/LICENSE (sparseml)
34+
* Inceptionv3 https://github.com/pytorch/vision/blob/main/LICENSE (sparseml)
35+
* Llama 2 https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
36+
* Mistral https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
37+
* mnistnet https://github.com/mtn/mnistnet/blob/master/LICENSE (sparseml)
38+
* MobileBERT https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
39+
* MobileNetv1 https://github.com/osmr/imgclsmob/blob/956b4ebab0bbf98de4e1548287df5197a3c7154e/LICENSE (sparseml)
40+
* MobileNetv2 https://github.com/keras-team/keras/blob/v2.14.0/LICENSE (sparseml)
41+
* MPT https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
42+
* oBERT https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
43+
* oBERTa https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
44+
* OPT https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
45+
* ResNetv1 https://github.com/KaimingHe/deep-residual-networks/blob/master/LICENSE (sparseml)
46+
* Roberta https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
47+
* SecureBERT https://github.com/huggingface/transformers/blob/main/LICENSE (huggingface)
48+
* SSD https://github.com/weiliu89/caffe/blob/master/LICENSE (sparseml)
49+
* VGG https://creativecommons.org/licenses/by/4.0/ (sparseml)
50+
* YOLACT https://github.com/dbolya/yolact/blob/master/LICENSE (dbolya)
51+
* YOLOv3, YOLOv5, YOLOv8 https://github.com/neuralmagic/sparseml/blob/master/LICENSE-ULTRALYTICS (ultralytics)
2352

2453
Package dependencies are defined in the Python setup.py file in this repository's top-level directory and have their own Apache-compatible licenses and terms.
2554

26-
Other external dependencies, if referenced in this repository's various subdirectories, are subject to their associated licenses and terms.
27-
28-
Models that are derivatives of other model frameworks are indicated as such in the SparseZoo repository and are used in accordance with their original licenses and terms.
55+
Other external dependencies, if referenced in this repository's various subdirectories, are subject to their associated licenses and terms.

0 commit comments

Comments
 (0)