SparseML
Copyright 2021 - present / Neuralmagic, Inc. All Rights Reserved.

This product includes software developed at Neuralmagic, Inc. (https://www.neuralmagic.com).

Source code in this repository is variously licensed under the Apache License
Version 2.0, an Apache-compatible license.

* For a copy of the Apache License Version 2.0, please see LICENSE
  as included in this repository's top-level directory.

* For a copy of the Neural Magic Engine License, please see LICENSE-NEURALMAGIC
  as included in the Neural Magic's "deepsparse" repository.

* For a copy of all other Apache-compatible licenses and notices,
  they will be listed below.

========================================================================
NOTICES
========================================================================

All implementations in this repository are subject to Neural Magic's Legal Policies
https://www.neuralmagic.com/legal

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.

Hugging Face Transformers License https://github.com/huggingface/transformers/blob/master/LICENSE

PyTorch License https://github.com/pytorch/pytorch/blob/master/LICENSE

PyTorch torchvision and models License https://github.com/pytorch/vision/blob/master/LICENSE

Pytorch Image Models (timm) License https://github.com/rwightman/pytorch-image-models/blob/master/LICENSE

TensorFlow License https://github.com/tensorflow/tensorflow/blob/master/LICENSE

Ultralytics YOLOv3 License https://github.com/ultralytics/yolov3/blob/master/LICENSE

Ultralytics YOLOv5 License https://github.com/ultralytics/yolov5/blob/master/LICENSE

YOLACT License https://github.com/dbolya/yolact/blob/master/LICENSE

Some APIs and classes in SparseML make use of fast.ai's 
Imagenette / Imagewoof dataset https://github.com/fastai/imagenette 
provided under the Apache License 2.0 https://github.com/fastai/imagenette/blob/master/LICENSE

Other external dependencies, if referenced in this repository's various subdirectories, are subject to their associated licenses and terms.
