summaryrefslogtreecommitdiff
path: root/misc/py-pytorch/pkg-descr
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-05-07 21:03:49 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2023-05-07 21:16:34 -0700
commitdf996f881153e573aa8d0f90ac93eaf59e134ed5 (patch)
tree2d248aede1e1169e3ba1fafa94401dfe037a6e2d /misc/py-pytorch/pkg-descr
parentmath/arborx: Update 1.3 → 1.4 (diff)
misc/py-pytorch: New port: PyTorch: Tensors and dynamic neural networks in Python
Diffstat (limited to 'misc/py-pytorch/pkg-descr')
-rw-r--r--misc/py-pytorch/pkg-descr3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/py-pytorch/pkg-descr b/misc/py-pytorch/pkg-descr
new file mode 100644
index 000000000000..6378f7a68ec8
--- /dev/null
+++ b/misc/py-pytorch/pkg-descr
@@ -0,0 +1,3 @@
+PyTorch is a Python package that provides two high-level features:
+* Tensor computation (like NumPy) with strong GPU acceleration
+* Deep neural networks built on a tape-based autograd system