diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-08-27 12:43:40 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-08-27 12:44:06 -0700 |
commit | 6a05558353f73a62391207f22da6145acc745228 (patch) | |
tree | 48025f926765cca1c26ec7754388966e9082148f /misc/py-pytorch/files/patch-setup.py | |
parent | misc/ollama: Remove unnecessary paragraph from pkg-message (diff) |
misc/py-pytorch: update 2.3.1 → 2.4.0
Diffstat (limited to 'misc/py-pytorch/files/patch-setup.py')
-rw-r--r-- | misc/py-pytorch/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/py-pytorch/files/patch-setup.py b/misc/py-pytorch/files/patch-setup.py new file mode 100644 index 000000000000..d4ceb66eaed9 --- /dev/null +++ b/misc/py-pytorch/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2024-08-26 02:27:07 UTC ++++ setup.py +@@ -366,7 +366,6 @@ def get_submodule_folders(): + "cpuinfo", + "onnx", + "foxi", +- "QNNPACK", + "fbgemm", + "cutlass", + ] |