Skip to content

Commit

Permalink
Debug initial attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
thanawan-atc committed Jul 2, 2023
1 parent 22e72f5 commit dd43552
Show file tree
Hide file tree
Showing 4 changed files with 5,964 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Autotrace and Upload
run: |
echo "Model Name: ${{ github.event.inputs.model_name }}"
python3 automate_actions/auto_script.py ${{ github.event.inputs.model_id }} ${{ github.event.inputs.embedding_dimensions }}
python3 automated_actions/auto_script.py ${{ github.event.inputs.model_id }} ${{ github.event.inputs.embedding_dimensions }}
- name: commit files
run: |
git config --local user.email "[email protected]"
Expand Down
Loading

0 comments on commit dd43552

Please sign in to comment.