1 parent a56edc1 commit 7d908b0Copy full SHA for 7d908b0
1 file changed
nemo_curator/__init__.py
@@ -30,6 +30,8 @@
30
)
31
32
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
35
os.environ.setdefault("KVIKIO_AUTO_DIRECT_IO_WRITE", "0")
36
37
from cosmos_xenna.ray_utils.cluster import API_LIMIT
0 commit comments