owlite

A fake package to warn the user they are not installing the correct package.


Keywords
torch, onnx, graph, quantization, owlite
License
Apache-2.0
Install
pip install owlite==0.0.5

Documentation

Website • Web UI • Key Features • Installation • Getting Started • Contact

OwLite

  • https://owlite.ai
  • OwLite is a low-code AI model compression toolkit for machine learning models.
    • Visualizes computational graphs, identifies bottlenecks, and optimizes latency, and memory usage.
    • Also includes an auto-optimization feature and a device farm management system for evaluating optimized models.

Key features

AI Model Visualization

  • You can visualize AI models using OwLite's editor function.
    • You can easily understand the structure of the entire model at a glance through GUI,
    • and at the same time, you can easily obtain detailed information about individual nodes.

Quantization by Recommended Setting

  • SqueezeBits' engineers provide recommended quantization settings optimized for the model based on their extensive experience with quantization.
    • This allows you to obtain a lightweight model while minimizing accuracy drop.

Quantization by Custom setting

  • Based on the visualized model, you can apply quantization to each node directly.
    • This allows you to finely adjust the desired performance and optimization.

Latency Benchmark

  • You can perform latency benchmarks within OwLite. This allows you to easily compare existing models and models you have edited, and determine the point at which to download the result.

Installation

To install this package, please use Python 3.10.

Using pip (Recommended)

pip install --extra-index-url https://pypi.ngc.nvidia.com git+https://github.com/SqueezeBits/owlite

From source

git clone https://github.com/SqueezeBits/owlite.git
cd owlite
pip install --extra-index-url https://pypi.ngc.nvidia.com .

Getting Started

Please check [OwLite Documentation] for user guide and troubleshooting examples.

Explore [OwLite Examples], a repository showcasing seamless PyTorch model compression into TensorRT engines. Easily integrate OwLite with minimal code changes and explore powerful compression results.

Contact

Please contact owlite-admin@squeezebits.com for any questions or suggestions.