.env.local 678 Bytes
Newer Older
luopl's avatar
luopl committed
1
2
# Note: actually we do not support .env, just for reference
# api
luopl's avatar
luopl committed
3
4
API_HOST=
API_PORT=
luopl's avatar
luopl committed
5
API_KEY=
luopl's avatar
luopl committed
6
API_MODEL_NAME=
chenych's avatar
chenych committed
7
API_VERBOSE=
luopl's avatar
luopl committed
8
FASTAPI_ROOT_PATH=
luopl's avatar
luopl committed
9
MAX_CONCURRENT=
luopl's avatar
luopl committed
10
11
12
# general
DISABLE_VERSION_CHECK=
FORCE_CHECK_IMPORTS=
chenych's avatar
chenych committed
13
ALLOW_EXTRA_ARGS=
luopl's avatar
luopl committed
14
15
LLAMAFACTORY_VERBOSITY=
USE_MODELSCOPE_HUB=
luopl's avatar
luopl committed
16
USE_OPENMIND_HUB=
luopl's avatar
luopl committed
17
USE_RAY=
luopl's avatar
luopl committed
18
RECORD_VRAM=
chenych's avatar
chenych committed
19
20
OPTIM_TORCH=
NPU_JIT_COMPILE=
luopl's avatar
luopl committed
21
22
23
24
25
# torchrun
FORCE_TORCHRUN=
MASTER_ADDR=
MASTER_PORT=
NNODES=
luopl's avatar
luopl committed
26
NODE_RANK=
luopl's avatar
luopl committed
27
28
29
NPROC_PER_NODE=
# wandb
WANDB_DISABLED=
luopl's avatar
luopl committed
30
WANDB_PROJECT=
luopl's avatar
luopl committed
31
32
WANDB_API_KEY=
# gradio ui
luopl's avatar
luopl committed
33
34
GRADIO_SHARE=
GRADIO_SERVER_NAME=
luopl's avatar
luopl committed
35
36
GRADIO_SERVER_PORT=
GRADIO_ROOT_PATH=
luopl's avatar
luopl committed
37
GRADIO_IPV6=
luopl's avatar
luopl committed
38
# setup
chenych's avatar
chenych committed
39
ENABLE_SHORT_CONSOLE=
luopl's avatar
luopl committed
40
41
42
# reserved (do not use)
LLAMABOARD_ENABLED=
LLAMABOARD_WORKDIR=