Skip to content

Update llama-cpp-python requirement from <0.2.83,>=0.2.82 to >=0.2.82,<0.3.17 #86

Update llama-cpp-python requirement from <0.2.83,>=0.2.82 to >=0.2.82,<0.3.17

Update llama-cpp-python requirement from <0.2.83,>=0.2.82 to >=0.2.82,<0.3.17 #86

Workflow file for this run

# This workflow will apply the corresponding label on a pull request
name: PR Labeler
on:
pull_request_target:
permissions:
contents: read
pull-requests: write
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5
with:
repo-token: ${{ github.token }}