Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1 python release #63

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:
steps:
- uses: actions/checkout@v3

# ************REMOVE AFTER RELEASE ***************
- name: build local binding
run: python3 -m setup sdist bdist_wheel
working-directory: binding/python
# ************REMOVE AFTER RELEASE ***************

- name: Setup Python virtualenv (*nix)
if: ${{ matrix.machine != 'pv-windows' }}
run: |
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
steps:
- uses: actions/checkout@v3

# ************REMOVE AFTER RELEASE ***************
- name: build local binding
run: python3 -m setup sdist bdist_wheel
working-directory: binding/python
# ************REMOVE AFTER RELEASE ***************

- name: Setup Python virtualenv (*nix)
if: ${{ matrix.machine != 'pv-windows' }}
run: |
Expand Down
2 changes: 2 additions & 0 deletions demo/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ picoLLM Inference Engine supports the following open-weight models. The models a
- `mixtral-8x7b-instruct-v0.1`
- Phi-2
- `phi2`
- Phi-3
- `phi3`

## AccessKey

Expand Down
2 changes: 1 addition & 1 deletion demo/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
../../binding/python/dist/picollm-1.1.0-py3-none-any.whl
picollm==1.1.0
Loading