Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pvijayakrish committed Jan 15, 2025
1 parent e1f9604 commit c3f0534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,8 +819,8 @@ def dali_cmake_args():
cargs= [
cmake_backend_enable("dali", "TRITON_DALI_SKIP_DOWNLOAD", False),
cmake_backend_arg("dali", "DALI_VERSION", None, "1.45.0"),
cmake_backend_arg("dali", "DALI_DOWNLOAD_EXTRA_INDEX_URL", None, "nvidia-dali-cuda120"),
cmake_backend_arg("dali", "DALI_DOWNLOAD_PKG_NAME", None, ""),
cmake_backend_arg("dali", "DALI_DOWNLOAD_PKG_NAME", None, "nvidia-dali-cuda120"),
cmake_backend_arg("dali", "DALI_DOWNLOAD_EXTRA_INDEX_URL", None, ""),
cmake_backend_arg("dali", "DALI_DOWNLOAD_EXTRA_OPTIONS", None, "--trusted-host sqrl"),
]
return cargs
Expand Down

0 comments on commit c3f0534

Please sign in to comment.