ipex-llm
ipex-llm copied to clipboard
Add Deepseek-6.7B
Description
Add Deepseek-6.7B CPU and GPU examples
Please also updated the readme for Windows GPU supports as we have done here: https://github.com/intel-analytics/BigDL/pull/9992
It would be better to have some verification on Windows GPU.
I've updated README file and finished verifications on windows GPU.
It can work when I set cpu_embedding=True for both HF-transformer API and Pytorch API.
please resolve conflicts.
It can work when I set cpu_embedding=True for both HF-transformer API and Pytorch API.
Does cpu_embedding=True
has negative impact for Arc? If not, maybe we can add this option in example code (so that iGPU can work well and Arc does not have negative impact)