mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
VLLM plugin and Xinference plugin result in GPU memory overflow #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @moshilangzi on GitHub (May 9, 2025).
The VLLM plugin and Xinference plugin exhibit the same problem. Directly calling the VLLM and Xinference APIs to upload multiple images and perform multi-image question answering works correctly. However, when uploading multiple images using the VLLM and Xinference plugins on the Dify platform, it results in GPU memory overflow.