-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: TypeError: FlashAttentionMetadata.__init__() missing 10 required positional arguments #5983
Comments
Please provide more information on your environment by running the command at the beginning of your post (under "Your current environment") |
/home/anaconda3/envs/llm/lib/python3.10/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: '/home/anaconda3/envs/llm/lib/python3.10/site-packages/torchvision/image.so: undefined symbol: _ZN3c1017RegisterOperatorsD1Ev'If you don't plan on using image functionality from |
This doesn't look like the output of |
Collecting environment information... OS: CentOS Linux 7 (Core) (x86_64) Python version: 3.10.0 | packaged by conda-forge | (default, Nov 20 2021, 02:24:10) [GCC 9.4.0] (64-bit runtime) Nvidia driver version: 550.78 CPU: Versions of relevant libraries: Legend: X = Self |
There may be some mismatched Python packages. Try reinstalling your Python environment. |
I got a similar issue recently and it turns out that it's because vLLM cannot allocate blocks for the model. Here, I think you set Anyways, the |
Your current environment
🐛 Describe the bug
run LLaVA-NeXT error:
python -m vllm.entrypoints.openai.api_server --model /ai/LLaVA-NeXT --image-token-id 32000 --image-input-shape 1,3,336,336 --image-input-type pixel_values --image-feature-size 65856 --chat-template template_llava.jinja --host 19*** --port 10860 --trust-remote-code --tensor-parallel-size 2 --dtype=half --disable-custom-all-reduce
The text was updated successfully, but these errors were encountered: