mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update BigDL and add commandline-ipex.sh
This commit is contained in:
14
commandline-ipex.sh
Executable file
14
commandline-ipex.sh
Executable file
@@ -0,0 +1,14 @@
|
|||||||
|
if [ ! -x "$(command -v sycl-ls)" ]
|
||||||
|
then
|
||||||
|
echo "Setting OneAPI environment"
|
||||||
|
if [[ -z "$ONEAPI_ROOT" ]]
|
||||||
|
then
|
||||||
|
ONEAPI_ROOT=/opt/intel/oneapi
|
||||||
|
fi
|
||||||
|
source $ONEAPI_ROOT/setvars.sh
|
||||||
|
fi
|
||||||
|
export CONDA_AUTO_ACTIVATE_BASE=false
|
||||||
|
export PYTHONNOUSERSITE=1
|
||||||
|
export NEOReadDebugKeys=1
|
||||||
|
export ClDeviceGlobalMemSizeAvailablePercent=100
|
||||||
|
bin/micromamba run -r runtime -n koboldai-ipex bash
|
@@ -1,5 +1,6 @@
|
|||||||
name: koboldai
|
name: koboldai
|
||||||
channels:
|
channels:
|
||||||
|
- pytorch
|
||||||
- conda-forge
|
- conda-forge
|
||||||
- defaults
|
- defaults
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -29,8 +30,9 @@ dependencies:
|
|||||||
- --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
- --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
||||||
- torch==2.1.0a0; sys_platform == 'linux'
|
- torch==2.1.0a0; sys_platform == 'linux'
|
||||||
- intel-extension-for-pytorch==2.1.10+xpu; sys_platform == 'linux'
|
- intel-extension-for-pytorch==2.1.10+xpu; sys_platform == 'linux'
|
||||||
- bigdl-llm
|
- bigdl-llm==2.5.0b20231218
|
||||||
- bigdl_core_xe
|
- bigdl-core-xe-21==2.5.0b20231218
|
||||||
|
- py-cpuinfo
|
||||||
- openvino
|
- openvino
|
||||||
- onnxruntime-openvino
|
- onnxruntime-openvino
|
||||||
- flask-cloudflared==0.0.10
|
- flask-cloudflared==0.0.10
|
||||||
|
Reference in New Issue
Block a user