@@ -6,10 +6,9 @@ This product includes software developed at Neuralmagic, Inc. (https://www.neura
6
6
Source code in this repository is variously licensed under the Apache License
7
7
Version 2.0, an Apache-compatible license.
8
8
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).
11
10
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
13
12
as included in the Neural Magic's "deepsparse" repository.
14
13
15
14
* For a copy of all other Apache-compatible licenses and notices,
@@ -19,11 +18,38 @@ Version 2.0, an Apache-compatible license.
19
18
NOTICES
20
19
========================================================================
21
20
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)
24
52
25
53
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.
26
54
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.
0 commit comments