Skip to content

Commit

Permalink
fix: removing whitespace behind trailing slash within code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Syakyr committed Sep 11, 2024
1 parent fa0b0ab commit 95c573d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ a job using that image to Run:ai\:
--existing-pvc claimname=<NAME_OF_DATA_SOURCE>,path=/<NAME_OF_DATA_SOURCE> \
--cpu 2 --cpu-limit 2 --memory 4G --memory-limit 4G --backoff-limit 1 \
--command -- /bin/bash -c "python -u src/process_data.py \
raw_data_dir_path=/<NAME_OF_DATA_SOURCE>/workspaces/<YOUR_HYPHENATED_NAME>/data/raw \
raw_data_dir_path=/<NAME_OF_DATA_SOURCE>/workspaces/<YOUR_HYPHENATED_NAME>/data/raw \
processed_data_dir_path=/<NAME_OF_DATA_SOURCE>/workspaces/<YOUR_HYPHENATED_NAME>/data/processed"
```

Expand Down Expand Up @@ -197,7 +197,7 @@ a job using that image to Run:ai\:
--existing-pvc claimname=<NAME_OF_DATA_SOURCE>,path=/<NAME_OF_DATA_SOURCE> \
--cpu 2 --cpu-limit 2 --memory 4G --memory-limit 4G --backoff-limit 1 \
--command -- /bin/bash -c "python -u src/process_data.py \
raw_data_dir_path=/<NAME_OF_DATA_SOURCE>/workspaces/<YOUR_HYPHENATED_NAME>/data/raw \
raw_data_dir_path=/<NAME_OF_DATA_SOURCE>/workspaces/<YOUR_HYPHENATED_NAME>/data/raw \
processed_data_dir_path=/<NAME_OF_DATA_SOURCE>/workspaces/<YOUR_HYPHENATED_NAME>/data/processed"
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ artifacts without explicitly knowing the {{objstg}} credentials.
--command -- /bin/bash -c "python -u src/train_model.py \
data_dir_path=/<NAME_OF_DATA_SOURCE>/workspaces/<YOUR_HYPHENATED_NAME>/data/processed/mnist-pngs-data-aisg-processed \
setup_mlflow=true \
mlflow_tracking_uri=<MLFLOW_TRACKING_URI> \
mlflow_tracking_uri=<MLFLOW_TRACKING_URI> \
mlflow_exp_name=<NAME_OF_DEFAULT_MLFLOW_EXPERIMENT> \
model_checkpoint_dir_path=/<NAME_OF_DATA_SOURCE>/workspaces/<YOUR_HYPHENATED_NAME>/{{cookiecutter.repo_name}}/models \
epochs=3"
Expand Down

0 comments on commit 95c573d

Please sign in to comment.