Instructions to use agentic-ptb/grok-record with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Grok
How to use agentic-ptb/grok-record with Grok:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| # Run both official suites against the currently served model (or $1). | |
| set -euo pipefail | |
| WS="${AGENTPTB_WORKSPACE:-/mnt/pvc/users/simon/agentptb/runs/grok/workspace}" | |
| MODEL="${1:-$WS/outputs/soup-85-s80/weights}" | |
| N="${2:-40}" | |
| "$WS/scripts/wait_api.sh" | |
| "$WS/scripts/launch_eval.sh" tb2 "$MODEL" "$N" | |
| "$WS/scripts/launch_eval.sh" swe "$MODEL" "$N" | |