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 b9dda93 commit 68fdd3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert-model-to-gguf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uname -a
echo "Operating System: ${{ runner.os }}"
echo "Architecture: ${{ runner.arch }}"
echo "python-version: ${{ matrix.python-version }}""
echo "python-version: ${{ matrix.python-version }}"
# - name: install-linux-commands
# run: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: print-llamacpp
run: |
echo $PATH
# tree ${{ env.LLAMACPP_DIR }}
# tree # ${{ env.LLAMACPP_DIR }}

- name: install-dependencies
run: |
Expand Down

0 comments on commit 68fdd3c

Please sign in to comment.