From 990908751c586ba014c68bf04bed51e867eb40f4 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Tue, 6 Apr 2021 17:34:03 +0200 Subject: [PATCH] torchvision needs to be 0.8.2 --- ...cccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb | 44 ------------------- acls.yml | 3 ++ 2 files changed, 3 insertions(+), 44 deletions(-) delete mode 100644 Golden_Repo/t/torchvision/torchvision-0.8.1-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb diff --git a/Golden_Repo/t/torchvision/torchvision-0.8.1-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb b/Golden_Repo/t/torchvision/torchvision-0.8.1-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb deleted file mode 100644 index 2c61fff60..000000000 --- a/Golden_Repo/t/torchvision/torchvision-0.8.1-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb +++ /dev/null @@ -1,44 +0,0 @@ -easyblock = 'PythonPackage' - -name = 'torchvision' -version = '0.8.1' -versionsuffix = '-Python-%(pyver)s' - - -homepage = 'http://pytorch.org/' -description = """The torchvision package consists of popular datasets, model architectures, and common image -transformations for computer vision.""" - -site_contacts = 'a.strube@fz-juelich.de' - -toolchain = {'name': 'gcccoremkl', 'version': '9.3.0-2020.2.254'} - -download_dep_fail = True - -source_urls = [ - 'https://github.com/pytorch/vision/archive', -] -sources = [ - 'v%(version)s.tar.gz' -] - -dependencies = [ - ('Python', '3.8.5'), - ('SciPy-Stack', '2020', versionsuffix), - ('PyTorch', '1.7.0', versionsuffix), - ('Pillow-SIMD', '7.0.0.post3', versionsuffix), -] - -options = {'modulename': 'torchvision'} - -sanity_check_paths = { - 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], -} - -# Add a property -modluafooter = """ -add_property("arch","gpu") -""" - -moduleclass = 'devel' diff --git a/acls.yml b/acls.yml index 75d5880b1..959978a71 100644 --- a/acls.yml +++ b/acls.yml @@ -100,3 +100,6 @@ software: - name: 'JAX' owner: 'strube1' base: True + - name: 'torchvision' + owner: 'strube1' + base: 'true' \ No newline at end of file -- GitLab