Skip to content

使用xinference 1.0.0 能启动并运行qwen2-vl-7b-instruct,但是使用openai-api接口会出现问题,找不到模型qwen2-vl-7b-instruct-0 #3318

使用xinference 1.0.0 能启动并运行qwen2-vl-7b-instruct,但是使用openai-api接口会出现问题,找不到模型qwen2-vl-7b-instruct-0

使用xinference 1.0.0 能启动并运行qwen2-vl-7b-instruct,但是使用openai-api接口会出现问题,找不到模型qwen2-vl-7b-instruct-0 #3318

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