File size: 452 Bytes
1faccd4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
working_dir: ./

excludes:
  - ".git/"

env_vars:
  VLLM_USE_V1: "1"
  HYDRA_FULL_ERROR: "1"
  NCCL_NVLS_ENABLE: "0"
  NCCL_SOCKET_IFNAME: "eth0"
  TMPDIR: "/tmp"
  CUDA_HOME: "/usr/local/cuda"
  CUDA_TMPDIR: "/tmp"
  CUDA_CACHE_PATH: "/tmp/cuda_cache"
  # For distributed training, the path must be set on a distributed file system (DFS) to ensure visibility across all nodes.
  HF_HOME: "/tmp/hf_home_mimo"
  PYTHONPATH: "/tmp/hf_home_mimo/modules/"