mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
19 lines
431 B
Plaintext
19 lines
431 B
Plaintext
# Copy this file to .env.sweep and fill in values.
|
|
|
|
# Required for wandb runs and sweep agent workers.
|
|
WANDB_API_KEY=
|
|
WANDB_ENTITY=
|
|
WANDB_PROJECT=phantom-pricing
|
|
|
|
# Required for private repo bootstrap workers.
|
|
GITHUB_TOKEN=
|
|
|
|
# Optional defaults for bootstrap mode.
|
|
# REPO_URL=https://github.com/org/repo.git
|
|
# BRANCH=main
|
|
# WORKDIR=$HOME/PHANTOM-agent
|
|
# SWEEP_ID=entity/project/id
|
|
# AGENT_COUNT=0
|
|
# AGENT_LOOP=1
|
|
# RETRY_SECONDS=20
|