Skip to content

rasdani/inference-is-all-you-need

Repository files navigation

inference-is-all-you-need

Setup

mamba create env -f environment.yml

Run

In a seperate terminal, run the verfier server:

CUDA_VISIBLE_DEVICES="2,3" python verifier.py

Then, run the solver:

CUDA_VISIBLE_DEVICES="0,1" python solver.py

Evaluate

python evaluate.py results/your_results.jsonl

Papers and resources used

Sponsored by ellamind:

https://ellamind.com/

We're hiring!

https://ellamind.jobs.personio.de/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages