File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 44# - you will need to set the paths below as appropriate for your environment.
55# We provide examples in the comments to give you an idea of the expected format.
66
7- # Foundry install dir for checkpoints
8- # Commented out by default since otherwise may be overridden by user export (load_dotenv(override=True) used at the moment)
9- # TODO: Ensure override=False can be used.
10- # FOUNDRY_CHECKPOINTS_DIR=
11-
127# --- Mirrors to RCSB data ---
138
149# The `PDB_MIRROR_PATH` is a path to a local mirror of the PDB database. It's
@@ -62,5 +57,8 @@ COLABFOLD_LOCAL_DB_PATH_CPU=
6257# Network access (fallback; may cause IO-related issues)
6358COLABFOLD_NET_DB_PATH_GPU =
6459COLABFOLD_NET_DB_PATH_CPU =
65- # FOUNDRY_CHECKPOINTS_DIR=
66- # Example: /path/to/your/.foundry/checkpoints
60+
61+ # Foundry install dir for checkpoints
62+ # Commented out by default since otherwise may be overridden by user export (load_dotenv(override=True) used at the moment)
63+ # TODO: Ensure override=False can be used.
64+ # FOUNDRY_CHECKPOINTS_DIR=
You can’t perform that action at this time.
0 commit comments