commit:     06c061b2116043cf3b19b6476ef967a716884811
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Nov 25 20:02:05 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 07:08:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c061b2

sci-libs/pytorch: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-libs/pytorch/files/pytorch-2.5.1-torch_shm_manager.patch | 11 -----------
 1 file changed, 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
- 

Reply via email to