Skip to content

Commit

Permalink
Develop model conversion/quantization CI
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rutkowski <[email protected]>
  • Loading branch information
mrutkows committed Dec 11, 2024
1 parent 4732691 commit c1c6fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convert-model-to-gguf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "python-version: ${{ matrix.python-version }}"
- name: alias-tree
if: matrix.os == 'macos-latest'
if: runner.os == 'macOS'
run: |
alias tree="find . -print | sed -e 's;[^/]*/;|___;g;s;___|; |;g'"
tree
Expand Down

0 comments on commit c1c6fa7

Please sign in to comment.