Skip to content

dc-dc-dc/oracle

Repository files navigation

Oracle

Your all-in-one utility to explore your models with ease.

View the shape of your models without needing to load them.

Screenshot of Dashboard

Usage

Launching the server

go run ./cmd/cli server

View the names / types / shapes of the tensors inside a safetensors file.

go run ./cmd/cli models ./model.safetensors

View the names / types / shape of the tensors inside of a onnx file. Alongside other information about the model.

go run ./cmd/cli models ./model.onnx

Model support

The following data formats are supported.

  • SafeTensors
  • ONNX
  • TFLITE

Development

Server

This project uses air to enable hot reloading, alongside npm to watch and rebuild tailwind.