.env.local 648 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
19
20
21
22
23
RECORD_VRAM=
# torchrun
FORCE_TORCHRUN=
MASTER_ADDR=
MASTER_PORT=
NNODES=
luopl's avatar
luopl committed
24
NODE_RANK=
luopl's avatar
luopl committed
25
26
27
NPROC_PER_NODE=
# wandb
WANDB_DISABLED=
luopl's avatar
luopl committed
28
WANDB_PROJECT=
luopl's avatar
luopl committed
29
30
WANDB_API_KEY=
# gradio ui
luopl's avatar
luopl committed
31
32
GRADIO_SHARE=
GRADIO_SERVER_NAME=
luopl's avatar
luopl committed
33
34
GRADIO_SERVER_PORT=
GRADIO_ROOT_PATH=
luopl's avatar
luopl committed
35
GRADIO_IPV6=
luopl's avatar
luopl committed
36
# setup
chenych's avatar
chenych committed
37
ENABLE_SHORT_CONSOLE=
luopl's avatar
luopl committed
38
39
40
# reserved (do not use)
LLAMABOARD_ENABLED=
LLAMABOARD_WORKDIR=