update cog.yaml

This commit is contained in:
Brett Kuprel 2022-07-03 16:16:23 -04:00
parent 948e05c0dd
commit 6ce60179ff
2 changed files with 4 additions and 3 deletions

2
cog.yaml vendored
View File

@ -6,7 +6,7 @@ build:
- "libgl1-mesa-glx" - "libgl1-mesa-glx"
- "libglib2.0-0" - "libglib2.0-0"
python_packages: python_packages:
- "min-dalle==0.2.10" - "min-dalle==0.2.12"
run: run:
- pip install torch==1.10.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html - pip install torch==1.10.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html

View File

@ -5,7 +5,7 @@ setuptools.setup(
name='min-dalle', name='min-dalle',
description = 'min(DALL·E)', description = 'min(DALL·E)',
long_description=(Path(__file__).parent / "README").read_text(), long_description=(Path(__file__).parent / "README").read_text(),
version='0.2.10', version='0.2.12',
author='Brett Kuprel', author='Brett Kuprel',
author_email='brkuprel@gmail.com', author_email='brkuprel@gmail.com',
url='https://github.com/kuprel/min-dalle', url='https://github.com/kuprel/min-dalle',
@ -18,7 +18,8 @@ setuptools.setup(
'torch>=1.10.0', 'torch>=1.10.0',
'typing_extensions>=4.1.0', 'typing_extensions>=4.1.0',
'numpy>=1.21', 'numpy>=1.21',
'pillow>=7.1' 'pillow>=7.1',
'requests>=2.23'
], ],
keywords = [ keywords = [
'artificial intelligence', 'artificial intelligence',