Skip to content

Commit 7d908b0

Browse files
committed
Add comment around the env var
Signed-off-by: Ayush Dattagupta <ayushdg95@gmail.com>
1 parent a56edc1 commit 7d908b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nemo_curator/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
)
3131

3232
os.environ["RAPIDS_NO_INITIALIZE"] = "1"
33+
# Kvikio direct write is used by default in cuDF and can lead to degraded write performance on lustre like filesystems
34+
# Curator defaults to disabling it to maintain existing performance
3335
os.environ.setdefault("KVIKIO_AUTO_DIRECT_IO_WRITE", "0")
3436

3537
from cosmos_xenna.ray_utils.cluster import API_LIMIT

0 commit comments

Comments
 (0)