Skip to content

Commit

Permalink
Merge branch 'main' into backward
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackSamorez committed Feb 19, 2024
2 parents 2fad09d + 48132f6 commit acfee0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inference_lib/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ author_email = [email protected]
description = Efficiently run models quantized with AQLM
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Vage1994/AQLM
url = https://github.com/Vahe1994/AQLM
project_urls =
Bug Tracker = https://github.com/Vage1994/AQLM/issues
Bug Tracker = https://github.com/Vahe1994/AQLM/issues
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Expand All @@ -32,7 +32,7 @@ include_package_data = True
python_requires = >=3.10
install_requires =
torch>=2.1.1
transformers==4.37.0
transformers>=4.37.0
[options.extras_require]
gpu =
triton>=2.1
Expand Down

0 comments on commit acfee0e

Please sign in to comment.