Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmart234 authored Nov 20, 2023
1 parent 69a189c commit 8a3d41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# 5 features per time step: (Min Flow, Max Flow, TMIN, TMAX, date_normalized)
- name: Convert Model to Core ML
run: |
python $GITHUB_WORKSPACE/openFlowML/ml_utils.py ./model/lstm_model.h5 ./model/lstm_model_${{ env.NEW_TAG }}.mlmodel "[1, 74, (${UNIQUE_STATION_IDS} + 5)]"
python $GITHUB_WORKSPACE/openFlowML/ml_utils.py ./model/lstm_model.h5 ./model/lstm_model_${{ env.NEW_TAG }}.mlpackage "[1, 74, (${UNIQUE_STATION_IDS} + 5)]"
- name: Create Release
id: create_release
Expand Down

0 comments on commit 8a3d41c

Please sign in to comment.