Skip to content

Commit 5a21d3c

Browse files
authored
Update comment for P5 FI_* environment variable
1 parent a65ae28 commit 5a21d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.test_cases/pytorch/FSDP/kubernetes/llama2_13b-fsdp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
nvidia.com/gpu: $GPU_PER_NODE
4646
vpc.amazonaws.com/efa: $EFA_PER_NODE
4747
env:
48-
# for P5 FI_* should be commented out
48+
# for P5 FI_* should be uncommented
4949
- name: LOGLEVEL
5050
value: "DEBUG"
5151
#- name: FI_PROVIDER
@@ -112,4 +112,4 @@ spec:
112112
- name: shmem
113113
mountPath: /dev/shm
114114
- name: local
115-
mountPath: /local
115+
mountPath: /local

0 commit comments

Comments
 (0)