mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-21 01:42:06 +08:00
9b86a20d64
* agnos 9.6
* manifest
old-commit-hash: 4228b6420b
14 lines
266 B
Bash
Executable File
14 lines
266 B
Bash
Executable File
#!/usr/bin/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="9.6"
|
|
fi
|
|
|
|
export STAGING_ROOT="/data/safe_staging"
|