Skip to content

Commit

Permalink
Release 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Muennighoff committed Feb 16, 2024
1 parent a09a2c8 commit fb2f864
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
torch>=2.2.0
accelerate>=0.26.1
transformers>=4.37.2
datasets>=2.16.1
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@

setup(
name='gritlm',
version='0.9.9',
version='0.9',
description='gritlm',
long_description=readme,
long_description_content_type="text/markdown",
author_email='[email protected]',
url='https://github.com/ContextualAI/gritlm',
packages=find_packages(),
install_requires=[
'torch>=2.2.0',
'accelerate>=0.26.1',
'transformers>=4.37.2',
'datasets>=2.16.1',
Expand Down

0 comments on commit fb2f864

Please sign in to comment.