ycwhencpp's picture
Sync repo: updated train_grpo notebook for training run
5e9fb2f verified
from typing import Any
def load_ipython_extension(ip: Any) -> None: # pragma: no cover
# prevent circular import
from rich.pretty import install
from rich.traceback import install as tr_install
install()
tr_install()