Mengsheng Wu

Results 12 comments of Mengsheng Wu

Hi, thanks for your feedback, Do you set the `ngl` as 0 in your request? Please try with a none-zero value, for example: ```bash curl -X 'POST' \ 'http://localhost:8000/v1/chat/completions' \...

Thanks for the detailed report! To help us reproduce and investigate the crash, could you please provide: 1. The **nexaai version** you’re using: ```bash pip show nexaai ``` 2. The...

We haven’t officially tested or supported packaging the SDK with PyInstaller yet. The crash you’re seeing at VLM.from_() is likely related to PyInstaller configuration or missing runtime dependencies in the...

Good question — currently, passing in-memory image data (e.g., raw bytes or PIL.Image) directly to the inference module isn’t supported yet. The SDK expects image inputs as file paths for...

> Did you see that some `df` tests fail on Windows in the CI? Hi, sorry for the late reply. I ran the same test command locally, but all the...

> @mengshengwu are we going to resume this or temporarily close this PR? This PR simplifies the local and CI build, signing, and packaging pipeline. However, it will still take...

wip to impl in the future

Thanks for your suggestion! Support for Qwen3-Next is on our roadmap and will be evaluated in upcoming releases.

Hi @iwr-redmond, thanks for reporting this. Starting from v1.0.37, we intentionally switched the Python package distribution from prebuilt wheels to sdist. Previously, maintaining PyPI wheels across different OSes, architectures, and...