2020-10-28 14:03:59 +01:00
|
|
|
version: {
|
2020-08-30 11:34:32 +02:00
|
|
|
x86_64-linux-37 = {
|
2021-05-11 08:13:53 +02:00
|
|
|
name = "torch-${version}-cp37-cp37m-linux_x86_64.whl";
|
|
|
|
url = "https://download.pytorch.org/whl/cu102/torch-${version}%2Bcu102-cp37-cp37m-linux_x86_64.whl";
|
|
|
|
hash = "sha256-79JK2gGlV5Lhbim7GgPCjk++brwpUQE7g7vsrBu06eE=";
|
2020-08-30 11:34:32 +02:00
|
|
|
};
|
|
|
|
x86_64-linux-38 = {
|
2021-05-11 08:13:53 +02:00
|
|
|
name = "torch-${version}-cp38-cp38-linux_x86_64.whl";
|
|
|
|
url = "https://download.pytorch.org/whl/cu102/torch-${version}%2Bcu102-cp38-cp38-linux_x86_64.whl";
|
|
|
|
hash = "sha256-16h90SdxAgFxmPpgUPA3rBGxs9dtFaCeAgeSpKmtnmQ=";
|
2020-12-10 20:11:37 +01:00
|
|
|
};
|
|
|
|
x86_64-linux-39 = {
|
2021-05-11 08:13:53 +02:00
|
|
|
name = "torch-${version}-cp39-cp39-linux_x86_64.whl";
|
|
|
|
url = "https://download.pytorch.org/whl/cu102/torch-${version}%2Bcu102-cp39-cp39-linux_x86_64.whl";
|
|
|
|
hash = "sha256-E3RLWpGYbRuKsz0pQv7npmC7WTbdvlYFaxXQYBKT2/8=";
|
2020-08-30 11:34:32 +02:00
|
|
|
};
|
|
|
|
}
|