mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
catchup: rogue scripts
This commit is contained in:
18
.env.sweep.example
Normal file
18
.env.sweep.example
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user