2020-10-28 13:03:59 +00:00
|
|
|
version: {
|
2020-08-30 09:34:32 +00:00
|
|
|
x86_64-linux-37 = {
|
2021-05-11 06:13:53 +00:00
|
|
|
name = "torch-${version}-cp37-cp37m-linux_x86_64.whl";
|
2021-05-12 12:58:39 +00:00
|
|
|
url = "https://download.pytorch.org/whl/cu111/torch-${version}%2Bcu111-cp37-cp37m-linux_x86_64.whl";
|
2021-06-18 05:56:44 +00:00
|
|
|
hash = "sha256-GOTC4HpSxd+3V4LNPy3Ig1+IAhm3U+6s/gOkKxD4AJE=";
|
2020-08-30 09:34:32 +00:00
|
|
|
};
|
|
|
|
x86_64-linux-38 = {
|
2021-05-11 06:13:53 +00:00
|
|
|
name = "torch-${version}-cp38-cp38-linux_x86_64.whl";
|
2021-05-12 12:58:39 +00:00
|
|
|
url = "https://download.pytorch.org/whl/cu111/torch-${version}%2Bcu111-cp38-cp38-linux_x86_64.whl";
|
2021-06-18 05:56:44 +00:00
|
|
|
hash = "sha256-29KiXQJWCRRn92+ZddBq3Q+zYIKavUxB5HL3HafO0gc=";
|
2020-12-10 19:11:37 +00:00
|
|
|
};
|
|
|
|
x86_64-linux-39 = {
|
2021-05-11 06:13:53 +00:00
|
|
|
name = "torch-${version}-cp39-cp39-linux_x86_64.whl";
|
2021-05-12 12:58:39 +00:00
|
|
|
url = "https://download.pytorch.org/whl/cu111/torch-${version}%2Bcu111-cp39-cp39-linux_x86_64.whl";
|
2021-06-18 05:56:44 +00:00
|
|
|
hash = "sha256-VCLRkELiF8KqlAMLFrP+TaW+m6jupG5+WdQKEQlVli0=";
|
2020-08-30 09:34:32 +00:00
|
|
|
};
|
|
|
|
}
|