Commit graph

52 commits

Author SHA1 Message Date
TheBloke
7575eae6ab Added to __init__.py to show a central version number. Also slightly adjust way version is stored in setup.py to make it easier to edit on version update. Bump version to 0.3.1 in both 2023-07-25 14:06:51 +00:00
TheBloke
593d32cb45 Typo in version joining 2023-07-25 13:18:52 +00:00
TheBloke
6fc69c5b83 Fix check for Torch CUDA version 2023-07-25 12:45:27 +00:00
TheBloke
29da6c239f setup.py now builds CUDA ext unless BUILD_CUDA_EXT=0. Also add a check of CUDA_VERSION from Torch, if available. GITHUB_ACTIONS=true is no longer needed. 2023-07-25 11:44:43 +00:00
PanQiWei
45576f0933 0.3.0 release 2023-07-16 15:24:06 +08:00
PanQiWei
1b226c7bcf revert use absolute path in include_dirs 2023-06-08 14:03:08 +08:00
PanQiWei
590685cad5 use absolute path in include_dirs 2023-06-08 12:30:14 +08:00
PanQiWei
129884c598 update version to 0.3.0.dev0 2023-06-05 22:53:50 +08:00
PanQiWei
923fc87a11 Merge branch 'main' into peft_integration 2023-06-03 19:10:41 +08:00
潘其威(William)
023bb1c593
Merge pull request #125 from PanQiWei/support-32dim
Support 32dim
2023-06-03 19:08:29 +08:00
qwopqwop200
8951212ab3
change setup 2023-06-03 07:29:19 +09:00
EliEron
eeb8b78a55
Specify Encoding when reading README.md
Prevents UnicodeDecodeError from being raised in certain locals.
2023-06-02 20:54:32 +02:00
潘其威(William)
b4fdd8d264
Merge branch 'main' into peft_integration 2023-06-02 19:11:59 +08:00
PanQiWei
7206705456 set version to 0.2.1 2023-06-02 19:07:56 +08:00
PanQiWei
0e609bec40 only append CUDA_VERSION to release version string when in github actions 2023-06-02 18:16:38 +08:00
jllllll
996382788b
Finalize workflow fix 2023-06-01 13:58:24 -05:00
jllllll
a0063fc9db
Add GitHub Actions bypass for cuda check to setup.py 2023-06-01 13:07:00 -05:00
PanQiWei
b5db750c00 update setup.py 2023-06-02 01:39:56 +08:00
PanQiWei
6a37f7c266 update setup.py 2023-06-02 00:03:44 +08:00
PanQiWei
0ece40ca25 update setup.py 2023-06-01 00:38:35 +08:00
PanQiWei
402973259f update setup.py 2023-06-01 00:18:43 +08:00
PanQiWei
6426b41f94 update setup.py 2023-05-25 13:06:10 +08:00
PanQiWei
c63959365a update setup.py 2023-05-23 19:30:47 +08:00
TheBloke
898f1ef62d Rename 'quant_cuda' to 'autogptq_cuda' to avoid conflicts with existing GPTQ-for-LLaMa installations. 2023-05-20 09:33:51 +01:00
PanQiWei
4586b3f31f update setup.py 2023-05-14 16:16:20 +08:00
PanQiWei
e83c9fc8dd update setup.py 2023-05-14 13:08:26 +08:00
Sciumo
ee4ca934aa add conda cuda include directory if found 2023-05-05 14:28:04 -04:00
Sciumo
81f3dfe39c add conda cuda include directory if found 2023-05-05 14:27:11 -04:00
PanQiWei
374ce21066 release v0.1.0 2023-05-05 00:18:50 +08:00
PanQiWei
48737db0ff update setup.py 2023-04-28 00:30:51 +08:00
PanQiWei
a2abff983e support dispatch layers to different devices when loading pretrained model before quantization 2023-04-27 02:24:08 +08:00
PanQiWei
8cc814bd81 fix installation failed on cpu only device 2023-04-26 21:26:47 +08:00
PanQiWei
f7fc3ab67b set version to v0.1.0-dev 2023-04-26 18:04:49 +08:00
PanQiWei
e0e0eb1136 set version to v0.1.0-dev0 2023-04-26 18:04:13 +08:00
PanQiWei
a87d0b6e08 release v0.0.5 2023-04-26 18:00:14 +08:00
PanQiWei
938a746eea release v0.0.5 2023-04-26 17:56:45 +08:00
PanQiWei
1367677c45 set version to v0.0.5-dev 2023-04-26 14:17:39 +08:00
PanQiWei
9a7e4430f8 update setup.py 2023-04-26 12:58:07 +08:00
PanQiWei
b7b0eee0cc release v0.0.4 2023-04-25 21:35:31 +08:00
PanQiWei
7ce3659451 release v0.0.4 2023-04-25 20:24:32 +08:00
PanQiWei
d69eb227e6 update setup.py 2023-04-25 19:35:35 +08:00
PanQiWei
0bb84053a2 update setup.py 2023-04-25 18:50:21 +08:00
PanQiWei
262416e7ff set package version to v0.0.4-dev 2023-04-25 12:16:05 +08:00
PanQiWei
73606a3a16 release v0.0.3 2023-04-25 01:09:30 +08:00
PanQiWei
5657bd2db7 set package version to v0.0.3-dev 2023-04-24 14:24:52 +08:00
PanQiWei
4d3795b3a5 upgrade package version to v0.0.2 2023-04-23 20:02:35 +08:00
PanQiWei
3af35a05f0 add text summarization eval task 2023-04-23 16:31:17 +08:00
PanQiWei
687f6272e0 update setup.py 2023-04-23 14:25:51 +08:00
PanQiWei
0a1f19352d gptj no longer requires transformers<=4.27.4 2023-04-20 18:35:22 +08:00
PanQiWei
251ecb5c5f add extras_require for gptj 2023-04-17 00:16:06 +08:00