20 lines
519 B
Plaintext
20 lines
519 B
Plaintext
|
|
COMPUTE_ENV=prod
|
||
|
|
COMPUTE_HOST_ID=gpu-node-01
|
||
|
|
COMPUTE_API_PORT=9100
|
||
|
|
FILE_GATEWAY_PORT=9101
|
||
|
|
|
||
|
|
# The application server actively polls Compute API; compute server does not need reverse access.
|
||
|
|
COMPUTE_SERVICE_TOKEN=change_me
|
||
|
|
ENABLE_APP_CALLBACK=false
|
||
|
|
|
||
|
|
LLAMA_FACTORY_HOME=/opt/LLaMA-Factory
|
||
|
|
LLAMA_FACTORY_HOST_PATH=/opt/LLaMA-Factory
|
||
|
|
|
||
|
|
YG_FT_DATA_ROOT=/data/yg-ft
|
||
|
|
YG_FT_DATA_ROOT_HOST=/data/yg-ft
|
||
|
|
|
||
|
|
LOG_DIR=/opt/yg-ft/logs/compute
|
||
|
|
CUDA_VISIBLE_DEVICES=all
|
||
|
|
NVIDIA_VISIBLE_DEVICES=all
|
||
|
|
NVIDIA_DRIVER_CAPABILITIES=compute,utility
|