7def60a
1
2
3
4
5
6
7
8
9
10
#!/bin/bash source $(dirname $0)/../common/libbackend.sh if [ -d "/opt/intel" ]; then # Assumes we are using the Intel oneAPI container image # https://github.com/intel/intel-extension-for-pytorch/issues/538 export XPU=1 fi startBackend $@