We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc4523 commit bb5f2eeCopy full SHA for bb5f2ee
1 file changed
src/libkernelbot/consts.py
@@ -142,7 +142,7 @@ class RankCriterion(Enum):
142
]
143
MODAL_CUDA_INCLUDE_DIRS = ["/ThunderKittens/include"]
144
145
-DEFAULT_GITHUB_TIMEOUT_MINUTES = 10 # Default timeout for GitHub launcher in minutes
+DEFAULT_GITHUB_TIMEOUT_MINUTES = 30 # Default timeout for GitHub launcher in minutes
146
147
NVIDIA_REQUIREMENTS = """
148
numpy
@@ -153,7 +153,7 @@ class RankCriterion(Enum):
153
"""
154
155
AMD_REQUIREMENTS = """
156
---index-url https://download.pytorch.org/whl/rocm6.2.4
+--index-url https://download.pytorch.org/whl/nightly/rocm7.2
157
torch
158
159
0 commit comments