castorini / rank_llm

Repository for prompt-decoding using LLMs (GPT3.5, GPT4, Vicuna, and Zephyr)
http://rankllm.ai
Apache License 2.0
273 stars 35 forks source link

create a PR checklist including running the unittests #93

Closed sahel-sh closed 5 months ago

sahel-sh commented 5 months ago

How I run the tests manually

pip install -e .
python -m unittest discover -s test
AndreSlavescu commented 5 months ago

interested

sahel-sh commented 5 months ago

Thank you @AndreSlavescu for working on this!