Skip to content

Commit

Permalink
Add specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Muennighoff committed Feb 16, 2024
1 parent fb2f864 commit b05703e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
Empty file added gritlm/__init__.py
Empty file.
22 changes: 19 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,34 @@

setup(
name='gritlm',
version='0.9',
description='gritlm',
version='0.9.1',
description='GritLM',
long_description=readme,
long_description_content_type="text/markdown",
keywords="text generation, text embeddings, instruction tuning",
license="Apache",
author='Niklas Muennighoff',
author_email='[email protected]',
url='https://github.com/ContextualAI/gritlm',
project_urls={
"Huggingface Organization": "https://huggingface.co/gritlm",
"Source Code": "https://github.com/ContextualAI/gritlm",
},
packages=find_packages(),
python_requires=">=3.7.0",
install_requires=[
'accelerate>=0.26.1',
'transformers>=4.37.2',
'datasets>=2.16.1',
'wandb',
'mteb[beir]'
],
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
],
)

0 comments on commit b05703e

Please sign in to comment.