forked from Vahe1994/AQLM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into integration
- Loading branch information
Showing
3 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters