You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using intelanalytics/ipex-llm-serving-xpu docker image to run VLLM on the Battlemage card B580
i got this error :
terminate called after throwing an instance of 'sycl::_V1::exception'
what(): The current device architecture is not supported by sycl_ext_oneapi_device_architecture.
Aborted (core dumped)
Hello,
I am using intelanalytics/ipex-llm-serving-xpu docker image to run VLLM on the Battlemage card B580
i got this error :
terminate called after throwing an instance of 'sycl::_V1::exception'
what(): The current device architecture is not supported by sycl_ext_oneapi_device_architecture.
Aborted (core dumped)
command line :
python3 ./benchmark_vllm_throughput.py --backend vllm --dataset ./ShareGPT_V3_unfiltered_cleaned_split.json --model deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B --num-prompts 100 --seed 42 --trust-remote-code --enforce-eager --dtype float16 --device xpu
Thank you in advance
Amine mrabet
The text was updated successfully, but these errors were encountered: