Skip to content

Commit 00c3cf4

Browse files
dhuangnmrgreenberg1jeanniefinksmarkurtzdhuang
authored
[Cherry-pick] Hotfix 1.6.1 for license changes (#410)
* Update NOTICE (#400) * Update NOTICE Removed reference to LICENSE-NEURALMAGIC * Update NOTICE fix apache reference to link * Update NOTICE * Update NOTICE (#409) Added SparseZoo model license attributions Co-authored-by: Mark Kurtz <mark.kurtz@neuralmagic.com> * pick up license changes for hotfix 1.6.1 --------- Co-authored-by: Rob Greenberg <100797996+rgreenberg1@users.noreply.github.com> Co-authored-by: Jeannie Finks <74554921+jeanniefinks@users.noreply.github.com> Co-authored-by: Mark Kurtz <mark.kurtz@neuralmagic.com> Co-authored-by: dhuang <dhuang@MacBook-Pro-2.local>
1 parent db5c6dc commit 00c3cf4

File tree

2 files changed

+35
-9
lines changed

2 files changed

+35
-9
lines changed

NOTICE

+34-8
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ This product includes software developed at Neuralmagic, Inc. (https://www.neura
66
Source code in this repository is variously licensed under the Apache License
77
Version 2.0, an Apache-compatible license.
88

9-
* For a copy of the Apache License Version 2.0, please see LICENSE
10-
as included in this repository's top-level directory.
9+
* For a copy of the Apache License Version 2.0, please see [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
1110

12-
* For a copy of the Neural Magic DeepSparse Community License, please see LICENSE-NEURALMAGIC
11+
* For a copy of the Neural Magic DeepSparse Community License, please see LICENSE
1312
as included in the Neural Magic's "deepsparse" repository.
1413

1514
* For a copy of all other Apache-compatible licenses and notices,
@@ -19,11 +18,38 @@ Version 2.0, an Apache-compatible license.
1918
NOTICES
2019
========================================================================
2120

22-
All implementations in this repository are subject to Neural Magic's Legal Policies
23-
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)
2452

2553
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.
2654

27-
Other external dependencies, if referenced in this repository's various subdirectories, are subject to their associated licenses and terms.
28-
29-
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.

src/sparsezoo/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from datetime import date
2121

2222

23-
version_base = "1.6.0"
23+
version_base = "1.6.1"
2424
is_release = False # change to True to set the generated version as a release version
2525

2626

0 commit comments

Comments
 (0)