-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 1.11 KB
/
.env.example
File metadata and controls
29 lines (23 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Adjust this file for storing private and user specific environment variables, like keys or system paths.
# rename it to ".env" (excluded from version control by default)
PROJECT_ROOT="path/to/aether/" # path to your local aether repo
TRAINER_PROFILE="gpu" # cpu/gpu/mps/ddp
#----------------------------
# OPTIONALS
#----------------------------
HF_HOME="${PROJECT_ROOT}/.cache/huggingface/" # set or will default to './.cache/huggingface/'
DATA_DIR="${PROJECT_ROOT}/data/" # set to your local data folder (for aether), or will default to '${PROJECT_ROOT}/data/'
# Base cache directory for TESSERA.
# GeoTessera registry/metadata is stored here; large raw source tiles go in the
# raw/ subfolder. This folder can get very large — point it at an external drive
# if needed.
TESSERA_EMBEDDINGS_DIR="${PROJECT_ROOT}/data/cache/tessera/"
# Working directories
# STORAGE_MODE=# or "shared"
# SHARED_CACHE=# or "/path/to/shared/.cache"
# SHARED_ROOT=# or "/path/to/shared/project"
LOGGER="none" # none/wandb/comet...
#----------------------------
# API KEYS (OPTIONAL)
#----------------------------
# GEE_API="your-gee-api-key"