WSY
WSY
# Summary When I try to installed oneAPI base toolkit and test the MODIN sample apps: https://github.com/oneapi-src/oneAPI-samples/tree/master/AI-and-Analytics/Getting-Started-Samples/IntelModin_GettingStarted Then detected error below: (raylet) [2023-10-10 22:04:54,885 E 21639 21688] (raylet) agent_manager.cc:135: The...
# Summary When I evalue this sample [IntelModin_Vs_Pandas](https://github.com/oneapi-src/oneAPI-samples/tree/master/AI-and-Analytics/Getting-Started-Samples/IntelModin_Vs_Pandas), cause the Xeon CPU hung and CPU performance very slow. # Version 2023.0.0 # Environment ubuntu 20.04lts # Steps to reproduce Run...
Hi, After review the previous issue : https://github.com/intel-analytics/ipex-llm/issues/10507. We tested on Flex140 same suggestion, we get the performance very slow on Flex140 with both GPU running. [Env.txt](https://github.com/intel-analytics/ipex-llm/files/15273187/Env.txt) The xpu-smi GPU...
Today I try to explore the Smart Edge Open. Trigger deploy $pipenv run deploy.py. then got an error attached . Any suggestion? 
Team, Currently we using ubuntu server 22.04 and kernel is 5.15. Can provide which OneAPI version and GPU driver version work with latest IPEX framework? Thanks!
Hi Developer, We using the GenAIExamples/ChatQnA/docker/aipc/ And testing MegaService: curl http://${host_ip}:8888/v1/chatqna -H "Content-Type: application/json" -d '{ "messages": "What is the revenue of Nike in 2023?", "model": "'"${OLLAMA_MODEL}"'" }' And not...