Skip to content

Commit

Permalink
Test LLM packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfowers committed Aug 28, 2024
1 parent 90d288b commit 8773d74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
pip install dist/*.whl
models=$(turnkey models-location --quiet)
turnkey -i $models/selftest/linear.py discover export-pytorch
# Test LLMs as well
pip install "dist/*.whl[llm]"
lemonade -i facebook/opt-125m huggingface-load llm-prompt -p "Hello, my thoughts are"
- name: Publish distribution package to PyPI
if: startsWith(github.ref, 'refs/tags/v')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 8773d74

Please sign in to comment.