# Example environment for local development. Copy this to `.env` (gitignored) and adjust the
# paths below for your machine, then `source .env` before building/running/benchmarking.
# Custom teenyc compiler path, if you're using a custom teenyc Rust toolchain.
# If not set uses the default teenyc compiler toolchain installed by `cargo teeny install-toolchain`.
#export TEENYC_PATH=<custom teenyc compiler path>
# Where downloaded benchmark datasets/models are cached. Point these at wherever you keep them.
export DATASETS_CACHE_DIR=$HOME/.cache/vision-rs/datasets
export MODELS_CACHE_DIR=$HOME/.cache/vision-rs/models