-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from taxe10/main
Update read and writing directories and bug fixes
- Loading branch information
Showing
9 changed files
with
208 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,25 @@ | ||
DEFAULT_ALGORITHM_DESCRIPTION=/path/to/PCA_v1.0.0.json | ||
# Directories | ||
READ_DIR=/path/to/read/data | ||
WRITE_DIR=/path/to/write/results | ||
|
||
# Prefect | ||
PREFECT_API_URL=http://prefect:4200/api | ||
FLOW_NAME="Parent flow/launch_parent_flow" | ||
TIMEZONE="US/Pacific" | ||
PREFECT_TAGS='["latent-space-explorer"]' | ||
FLOW_TYPE="conda" | ||
|
||
# MLEx Content Registry API | ||
CONTENT_API_URL="http://content-api:8000/api/v0/models" | ||
|
||
TILED_API_KEY=<api key> | ||
|
||
READ_DIR=/path/to/read/data | ||
WRITE_DIR=/path/to/write/results | ||
# Tiled key | ||
API_KEY=<api key> | ||
|
||
# Slurm jobs | ||
PARTITIONS='["p1", "p2"]' | ||
RESERVATIONS='["r1", "r2"]' | ||
MAX_TIME="1:00:00" | ||
PARTITIONS_CPU='["p_cpu1", "p_cpu2"]' | ||
RESERVATIONS_CPU='["r_cpu1", "r_cpu2"]' | ||
MAX_TIME_CPU="1:00:00" | ||
|
||
PARTITIONS_GPU='["p_gpu1", "p_gpu2"]' | ||
RESERVATIONS_GPU='["r_gpu1", "r_gpu2"]' | ||
MAX_TIME_GPU="1:00:00" |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.