diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-11-25 21:02:05 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-11-26 08:08:32 +0100 |
commit | 06c061b2116043cf3b19b6476ef967a716884811 (patch) | |
tree | d5e269418ac7a738d82adfa78a569281c69c5417 /sci-libs/pytorch | |
parent | sci-libs/ideep: remove unused patch(es) (diff) | |
download | gentoo-06c061b2116043cf3b19b6476ef967a716884811.tar.gz gentoo-06c061b2116043cf3b19b6476ef967a716884811.tar.bz2 gentoo-06c061b2116043cf3b19b6476ef967a716884811.zip |
sci-libs/pytorch: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/pytorch')
-rw-r--r-- | sci-libs/pytorch/files/pytorch-2.5.1-torch_shm_manager.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-libs/pytorch/files/pytorch-2.5.1-torch_shm_manager.patch b/sci-libs/pytorch/files/pytorch-2.5.1-torch_shm_manager.patch deleted file mode 100644 index 5d7902b9bef7..000000000000 --- a/sci-libs/pytorch/files/pytorch-2.5.1-torch_shm_manager.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/torch/__init__.py -+++ b/torch/__init__.py -@@ -1951,7 +1951,7 @@ - return path.encode("utf-8") - - --_C._initExtension(_manager_path()) -+_C._initExtension(b"/usr/bin/torch_shm_manager") - - del _manager_path - |