Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 370 Bytes

File metadata and controls

27 lines (21 loc) · 370 Bytes

multiturn-rl

multiturn RL with LLMs

Setup

  1. Clone the repo:
$ git clone git@github.com:Broyojo/multiturn-rl.git
  1. Install dependencies:
$ cd multiturn-rl

With uv:

$ uv pip install torch
$ uv sync --no-build-isolation

With pip:

$ pip install torch
$ pip install --no-build-isolation -r requirements.txt