Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elldritch/gymnast


https://github.com/elldritch/gymnast

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

See `pyproject.toml` for `[project.scripts]`. Run using:

```bash
# Train
$ CUBLAS_WORKSPACE_CONFIG=:4096:8 uv run $SCRIPT train --env $ENV_ID --save_to ./.scratch/model_$(date +%s).pt

# Infer
$ CUBLAS_WORKSPACE_CONFIG=:4096:8 uv run $SCRIPT infer --load_from ./.scratch/model_1727759757.pt
```