mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-15 13:12:07 +08:00
16 lines
314 B
Bash
Executable File
16 lines
314 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export OMP_NUM_THREADS=1
|
|
export MKL_NUM_THREADS=1
|
|
export NUMEXPR_NUM_THREADS=1
|
|
export OPENBLAS_NUM_THREADS=1
|
|
export VECLIB_MAXIMUM_THREADS=1
|
|
|
|
if [ -z "$AGNOS_VERSION" ]; then
|
|
export AGNOS_VERSION="11.6"
|
|
fi
|
|
|
|
export STAGING_ROOT="/data/safe_staging"
|
|
|
|
export FINGERPRINT="HYUNDAI_ELANTRA_2021"
|