.env.local 609 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=
luopl's avatar
luopl committed
7
FASTAPI_ROOT_PATH=
luopl's avatar
luopl committed
8
MAX_CONCURRENT=
luopl's avatar
luopl committed
9
10
11
12
13
# general
DISABLE_VERSION_CHECK=
FORCE_CHECK_IMPORTS=
LLAMAFACTORY_VERBOSITY=
USE_MODELSCOPE_HUB=
luopl's avatar
luopl committed
14
USE_OPENMIND_HUB=
luopl's avatar
luopl committed
15
16
17
18
19
20
RECORD_VRAM=
# torchrun
FORCE_TORCHRUN=
MASTER_ADDR=
MASTER_PORT=
NNODES=
luopl's avatar
luopl committed
21
NODE_RANK=
luopl's avatar
luopl committed
22
23
24
NPROC_PER_NODE=
# wandb
WANDB_DISABLED=
luopl's avatar
luopl committed
25
WANDB_PROJECT=
luopl's avatar
luopl committed
26
27
WANDB_API_KEY=
# gradio ui
luopl's avatar
luopl committed
28
29
GRADIO_SHARE=
GRADIO_SERVER_NAME=
luopl's avatar
luopl committed
30
31
GRADIO_SERVER_PORT=
GRADIO_ROOT_PATH=
luopl's avatar
luopl committed
32
GRADIO_IPV6=
luopl's avatar
luopl committed
33
34
35
36
37
# setup
ENABLE_SHORT_CONSOLE=1
# reserved (do not use)
LLAMABOARD_ENABLED=
LLAMABOARD_WORKDIR=