7 Open Issues Need Help Last updated: Sep 17, 2025

Open Issues Need Help

View All on GitHub
help wanted

Python

AI Summary: The task is to determine how to perform inference using the Kwai Keye-VL model with the VLLM framework. This involves understanding the provided code examples for Keye-VL inference using the `keye_vl_utils` library and potentially adapting it to work with VLLM, which is not explicitly covered in the documentation.

Complexity: 4/5
help wanted

Python

AI Summary: The task is to debug a Docker image for the Kwai Keye-VL project. The image, `kwaikeye/kwai-keye-vl:1.0`, launches a Jupyter Notebook but lacks a main program entry point, preventing the intended application from running. The solution requires investigating the Dockerfile and entrypoint script to identify why the main application isn't being executed after the Jupyter Notebook starts.

Complexity: 4/5
help wanted

Python