Skip to content

Commit

Permalink
don't bundle models in release
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanebert committed Dec 3, 2024
1 parent 7db0658 commit 62db42e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
run: "python -m pip install -r requirements/${{ matrix.platform.requirements }} --only-binary=llama_cpp_python --no-cache-dir --target .python_dependencies"
working-directory: meshgen

- name: Bundle models
shell: bash
run: "python scripts/bundle_models.py"
working-directory: meshgen

- name: Archive release
uses: thedoctor0/zip-release@main
with:
Expand Down
31 changes: 0 additions & 31 deletions scripts/bundle_models.py

This file was deleted.

0 comments on commit 62db42e

Please sign in to comment.