mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
11 lines
512 B
Bash
11 lines
512 B
Bash
# Environment variables used to configure the Dev Container setup.
|
|
#
|
|
# The syntax needs to be compatible with
|
|
# https://docs.docker.com/compose/how-tos/environment-variables/variable-interpolation/#env-file-syntax
|
|
#
|
|
# Edit this file as necessary. For local changes not to be committed back
|
|
# to the repository, create/edit devcontainer.env.user instead.
|
|
HF_HOME_DEFAULT="${HOME}/.cache/huggingface"
|
|
HF_HOME_XDG_DEFAULT="${XDG_CACHE_HOME:-${HF_HOME_DEFAULT}}"
|
|
LOCAL_HF_HOME="${HF_HOME:-${HF_HOME_XDG_DEFAULT}}"
|