drew-ye

Results 4 comments of drew-ye

我至强6代+2 intel Arc A770 跑满血版Q4量化 速度是1.9~2.9 t/s 线程44 ,不知道大家是不是跟我一样

> 在 Ubuntu 22.04.05 中安装 A770 的驱动程序失败 > > 我有两个 A770 GPU,并按照您提供的建议 ([#13183](https://github.com/intel/ipex-llm/issues/13183)) 安装正确版本的驱动程序: > > 这是说明: > > ``` > wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \ > sudo gpg...

> 请尝试在没有 conda 的情况下运行便携式 zip。 试过的,不行,重装系统了

> 嗨,根据您的错误消息,似乎存在两个问题。 > > ### 1. OMP:警告 [#65](https://github.com/intel/ipex-llm/pull/65):KMP_AFFINITY:语法错误,未使用 affinity。 > 这很可能是 CORES 识别失败。在 flashmoe 脚本中,我们用来查找核心数,可能你的系统不是英文的,所以无法获取到正确的数字。对于此问题,您可以手动更改 in flashmoe 脚本 的值。`CORES=$(lscpu | grep "Core(s) per socket:" | awk '{print $4}')``CORES` > >...