summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlamduong332021-07-22 15:23:15 -0400
committerlamduong332021-07-22 15:23:15 -0400
commit2ac8cd59cd6fbe797f3bd71f7e9fb181ef516d67 (patch)
tree3ca41a8bb3da98f7e5b4c8ed1d335e6f9d9d90be
parente1a7400ab18703d35dcd109ed3fd5c695eec7e55 (diff)
downloadaur-2ac8cd59cd6fbe797f3bd71f7e9fb181ef516d67.tar.gz
Changed name of package to fastai2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05adc38cfb83..763669c46b21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-fastai2
_pkgname=fastai
pkgver=2.4.1
pkgrel=1
-pkgdesc='Deep learning library build on PyTorch (v2 master branch) with CPU'
+pkgdesc='Deep learning library build on PyTorch with CPU. Version 2 of fastai.'
arch=('any')
url='https://github.com/fastai/fastai'
license=('Apache')
@@ -22,7 +22,7 @@ depends=(
python-scikit-learn
python-scipy
python-spacy
- python-torchvision
+ python-torchvision-cuda
)
makedepends=(
python-setuptools