Skip to content

Cody benchmarks for different language models, programming languages and feature flags

License

Notifications You must be signed in to change notification settings

sourcegraph/cody-leaderboard

Repository files navigation

Cody Leaderboard

This repo contains benchmarks to measure Cody quality for different language models, programming languages and feature flags. This repo is a work-in-progress. More documentation will be added later. In the meantime, reach out to @olafurpg if you want to learn more.

Streamlit

Setting up the virtual environment:

  1. Install asdf
  2. Install uv (A Python package installer and resolver): asdf install (or curl -LsSf https://astral.sh/uv/install.sh | sh to install globally)
  3. To create a virtual environment: uv venv
  4. To activate the virtual environment: source .venv/bin/activate
  5. To install packages into the virtual environment: uv pip install -r requirements.txt

To run the leaderboard:

  1. streamlit run leaderboard.py