fix CUDA version URL
This commit is contained in:
parent
27146eb5cc
commit
f32ae402d5
@ -105,7 +105,7 @@ export async function downloadBackend(backend: string, version: string): Promise
|
|||||||
})
|
})
|
||||||
} else if (backend.includes('cu12.0') && (await _isCudaInstalled('12.0'))) {
|
} else if (backend.includes('cu12.0') && (await _isCudaInstalled('12.0'))) {
|
||||||
downloadItems.push({
|
downloadItems.push({
|
||||||
url: `https://github.com/menloresearch/llama.cpp/releases/download/${version}/cudart-llama-bin-linux-cu12.4-x64.tar.gz`,
|
url: `https://github.com/menloresearch/llama.cpp/releases/download/${version}/cudart-llama-bin-linux-cu12.0-x64.tar.gz`,
|
||||||
save_path: await joinPath([llamacppPath, 'lib', 'cuda.tar.gz']),
|
save_path: await joinPath([llamacppPath, 'lib', 'cuda.tar.gz']),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user