mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 16:54:42 +00:00
Add MODEL_CHECKPOINT_DIR check after update
This commit is contained in:
parent
ac1974353c
commit
8d83759caf
1 changed files with 6 additions and 0 deletions
|
@ -188,6 +188,12 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
- name: "[DEBUG] Checkpoint update check"
|
||||
id: debug_checkpoint_update
|
||||
if: ${{ inputs.debug == 'true' }}
|
||||
run: |
|
||||
echo "MODEL_CHECKPOINT_DIR (after update) = ${MODEL_CHECKPOINT_DIR}"
|
||||
|
||||
##################################
|
||||
#### DEPENDENCY INSTALLATIONS ####
|
||||
##################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue