Skip to content

Hi, do we have plan support java with. javacpp-pytorch [libtorch full compile java bindings]? #163

Hi, do we have plan support java with. javacpp-pytorch [libtorch full compile java bindings]?

Hi, do we have plan support java with. javacpp-pytorch [libtorch full compile java bindings]? #163

Workflow file for this run

name: Triage new issue
on:
issues:
types:
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Add needs-triage label
run: gh issue edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: needs-triage