Skip to content

Commit b7647ac

Browse files
authored
Use upstream LLVM location (#2739)
There is LLVM for CentOS in upstream again. Fixes #2738.
1 parent 32f3296 commit b7647ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def get_llvm_package_info():
207207
with open(llvm_hash_path, "r") as llvm_hash_file:
208208
rev = llvm_hash_file.read(8)
209209
name = f"llvm-{rev}-{system_suffix}"
210-
url = f"https://github.com/intel/intel-xpu-backend-for-triton/releases/download/llvm-{rev}/{name}.tar.gz"
210+
url = f"https://oaitriton.blob.core.windows.net/public/llvm-builds/{name}.tar.gz"
211211
return Package("llvm", name, url, "LLVM_INCLUDE_DIRS", "LLVM_LIBRARY_DIR", "LLVM_SYSPATH")
212212

213213

0 commit comments

Comments
 (0)