-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (14 loc) · 748 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (14 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# rl-studio — local env for the Modal GPU path. Copy to .env (gitignored).
#
# IMPORTANT: Modal auth is NOT here. Modal reads ~/.modal.toml (machine-level,
# set once with `modal token set` / `modal setup`). If `modal token current`
# works in your shell, the GPU path is already authenticated.
#
# Nothing in this file is required for the default run: Qwen2.5-0.5B is an open
# model and GSM8K is a public dataset, so no token is needed.
# Optional — only for GATED HuggingFace models. When set, it is forwarded into
# the Modal container as a Secret (see scripts/modal_grpo.py).
HF_TOKEN=
# Optional run knobs — override the config without editing it.
# RL_MODAL_GPU=A10G # T4 | L4 | A10G | A100 | H100
# RL_MODAL_TIMEOUT_S=3600