Gage
Gage is a tool for running model evaluations and publishing results. It's under active development by the team that developed Guild AI.
Installing
Install the latest version of Gage using pip:
pip install gage
Contributing
We warmly encourage contributions to this project at any level. We are committed to growing and supporting a rich, diverse set of contributors. If you would like to contribute something, feel free to open an issue to ask questions, make suggestions, or otherwise let us know what you're thinking. Changes to the project are accepted using GitHub pull requests.
Please read Contributor Covenant Code of Conduct to familiarize yourself with the project code of conduct and contribution policy. If you feel that something is missing from this document or could be improved, please let us know by either opening an issue or by emailing the project administrator at garrett@placeon.earth. Private correspondence via email will be held in strict confidence.
Setting up a Local Development Environment
-
Fork the source code repository at https://github.com/gageml/gage
-
Create a project-specific virtual environment. Use Python 3.10 or later.
cd gage virtualenv --python python3.10 .venv # Any version >= 3.10 is okay
-
Activate the virtual environment and use
pipto install the project as "editable".source .venv/bin/activate # Works on most POSIX shells - change as needed pip install -e '.[dev]' # Installs gage and its dev requirements
-
Run tests using Groktest (optional).
groktest .
Release files for gage 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gage-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / gage-0.1.2-py3-none-any.whl
| Download URL | gage-0.1.2-py3-none-any.whl |
|---|---|
| Size | 144.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fbf98488c192b2901bf1e5afffd4748b1280dccab9ee9697444d45f895335687
|
|
BLAKE2b-256 checksum How to use checksums |
2fc3a8860bbb20b0bf83c84f6ab655aca5e48a1b34f2e1e44f3adbf5fed767eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|