Skip to content

kubernetes-sigs/inference-perf

Inference Perf

The Inference Perf project aims to provide GenAI inference performance benchmarking tool. It came out of wg-serving and is sponsored by SIG Scalability. See the proposal for more info.

Status

This project is currently in development.

Getting Started

Run locally

  • Setup a virtual environment and install inference-perf

    pip install .
    
  • Run inference-perf CLI with a configuration file

    inference-perf --config_file config.yml
    
  • See more examples

Run in a Docker container

  • Build the container

    docker build -t inference-perf .
    
  • Run the container

    docker run -it --rm -v $(pwd)/config.yml:/workspace/config.yml inference-perf
    
    

Contributing

Our community meeting is weekly at Th 11:30 PDT (Zoom Link, Meeting Notes).

We currently utilize the #wg-serving Slack channel for communications.

Contributions are welcomed, thanks for joining us!

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

About

GenAI inference performance benchmarking tool

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published