intel-analytics / ipex-llm

Accelerate local LLM inference and finetuning (LLaMA, Mistral, ChatGLM, Qwen, Baichuan, Mixtral, Gemma, Phi, MiniCPM, etc.) on Intel XPU (e.g., local PC with iGPU and NPU, discrete GPU such as Arc, Flex and Max); seamlessly integrate with llama.cpp, Ollama, HuggingFace, LangChain, LlamaIndex, GraphRAG, DeepSpeed, vLLM, FastChat, Axolotl, etc.
Apache License 2.0
6.58k stars 1.25k forks source link

tests should be disabled when adding BigDL to pom #3115

Open songhappy opened 3 years ago

songhappy commented 3 years ago

add dependency in my project like

com.intel.analytics.zoo analytics-zoo-bigdl_0.12.1-spark_2.4.3 0.9.0

mvn install failed because of failure of tests in BigDL, here is error message

[com.intel.analytics.bigdl.tensor.DenseTensor of size 10x1]

helenlly commented 3 years ago

@Le-Zheng pls have a look

qiuxin2012 commented 3 years ago

Seems your com.intel.analytics.zoo.apps.tutorial.understandData$$anonfun$7.apply$mcV$sp(understandData.scala:150) is not a bigdl's class? Please provide more informations.

qiuxin2012 commented 3 years ago

Add BigDL as dependency in your project won't run any BigDL's test, and this error is thrown by a failed unit test in your project. Please change this issue's title to a right one, and provide more information if you need more help,.

BTW, I recommend you to use Camel-Case class name UnderstandData instead of understandData.