Your all-in-one utility to explore your models with ease.
View the shape of your models without needing to load them.
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
The following data formats are supported.
- SafeTensors
- ONNX
- TFLITE
This project uses air to enable hot reloading, alongside npm to watch and rebuild tailwind.