Skip to content

Jetson 可不可以部署xinference?我在信息上发现xinference没有获取到GPU的信息,在对话的时候明显发现很慢,应该是只调用了cpu的算力 #3104

Jetson 可不可以部署xinference?我在信息上发现xinference没有获取到GPU的信息,在对话的时候明显发现很慢,应该是只调用了cpu的算力

Jetson 可不可以部署xinference?我在信息上发现xinference没有获取到GPU的信息,在对话的时候明显发现很慢,应该是只调用了cpu的算力 #3104

Workflow file for this run

name: Assign
on:
issue_comment:
types: created
permissions:
contents: read
jobs:
issue_assign:
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-22.04
steps:
- if: github.event.comment.body == 'take'
run: |
echo "Assigning issue ${{ github.event.issue.number }} to ${{ github.event.comment.user.login }}"
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -d '{"assignees": ["${{ github.event.comment.user.login }}"]}' https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/assignees