Skip to content

InfiniTensor/InfiniBench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfiniBench

Universal End-to-End Model and Operator Test Framework

PyPI Version License

Features

  • 🧩 Extensible Architecture: Support multiple backends (PyTorch, Triton, CUDA)
  • Model Testing: Validate model implementations (e.g., src/models/Llama)
  • 🛠️ Operator Testing: Cross-backend operator verification
  • 🔧 Toolkit: Utilities for inference, profiling, and result analysis

Quickstart

# Install with PyTorch backend
pip install -e ".[torch]"  

# Run a test  
python -m infiniBench run-test --model GPT2 --backend torch

About

A generic end-to-end model and operator testing and profiling framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages