Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elldritch/gymnast
https://github.com/elldritch/gymnast
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elldritch/gymnast
- Owner: elldritch
- Created: 2024-09-11T09:15:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T20:15:53.000Z (23 days ago)
- Last Synced: 2024-10-24T05:45:49.212Z (22 days ago)
- Language: Python
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```