Commit graph

632 commits

Author SHA1 Message Date
Alexander Pozharskii
0185095402 Use adapter_name for get_gptq_peft_model with train_mode=True 2023-09-24 17:11:19 +04:00
潘其威(William)
06e071e68e
Merge pull request #326 from TheBloke/TB_Latest_Falcon
Add support for Falcon as part of Transformers 4.33.0, including new Falcon 180B
2023-09-14 22:49:25 +08:00
PanQiWei
7a75176224 update README 2023-09-11 11:15:08 +08:00
TheBloke
034f6730ed Removed unexpected file that shouldn't have been added, sorry 2023-09-06 18:08:30 +01:00
TheBloke
02a87dce76 Add support for Falcon as part of Transformers 4.33.0, including new Falcon 180B 2023-09-06 18:03:33 +01:00
潘其威(William)
1793227283
Merge pull request #311 from SunMarc/fix_max_input_length
fix typo in max_input_length
2023-09-01 10:21:54 +08:00
潘其威(William)
782bb603d9
Merge pull request #303 from JustinLin610/patch-1
Update qwen.py for Qwen-VL
2023-09-01 10:20:24 +08:00
Marc Sun
04b321da89
fix type 2023-08-31 14:07:16 -04:00
潘其威(William)
1e938e6bad
Merge pull request #310 from PanQiWei/fix_to()_metod_bug
fix model type changed after calling .to() method
2023-08-31 19:04:02 +08:00
潘其威(William)
1339db3045
Merge pull request #309 from PanQiWei/install-skip-qigen(windows)
skip qigen installation on windows
2023-08-31 19:03:43 +08:00
PanQiWei
c7021f0f44 fix model type changed after calling .to() method 2023-08-31 18:39:03 +08:00
qwopqwop200
f97b77a64e
fix install bug 2023-08-31 15:00:38 +09:00
qwopqwop200
45a1ee4d84
install check qigen 2023-08-31 14:37:39 +09:00
qwopqwop200
71d56c76d0
skip install qigen(windows) 2023-08-31 14:35:04 +09:00
Junyang Lin
7c39a3a315
Update qwen.py for Qwen-VL
add transformer.visual as outside layer for the adaptation to Qwen-VL
2023-08-30 16:29:55 +08:00
PanQiWei
604c96144f temporarily set the version of main branch to 0.5.0.dev0 2023-08-25 17:36:23 +08:00
潘其威(William)
6bbf70373f
Merge pull request #288 from PanQiWei/revert-287-v0.4.2-release
Revert "V0.4.2 release"
2023-08-25 17:34:27 +08:00
潘其威(William)
e5050a5650
Revert "V0.4.2 release" 2023-08-25 17:26:55 +08:00
潘其威(William)
1049fd014a
Merge pull request #287 from PanQiWei/v0.4.2-release
V0.4.2 release
2023-08-25 17:26:41 +08:00
qwopqwop200
6a9d80eddc Merge remote-tracking branch 'qwopqwop200/main' into main 2023-08-25 18:06:03 +09:00
qwopqwop200
dafdd6189a
duplicate code remove 2023-08-25 14:59:13 +09:00
fxmarty
144302f58f
Update install instructions (#286) 2023-08-25 04:17:25 +09:00
fxmarty
ef442d9f70 Fix setuptools classifier (#285) 2023-08-24 19:34:10 +02:00
fxmarty
0365188c9c
Fix setuptools classifier (#285) 2023-08-25 02:33:28 +09:00
Félix Marty
8254da4f15 update version 2023-08-24 17:47:14 +02:00
fxmarty
10e6fda832
fix powershell (#284) 2023-08-24 23:53:07 +09:00
fxmarty
cf942da9e2
remove ref main as we may want to trigger workflows on other branches (#282) 2023-08-24 22:55:13 +09:00
PanQiWei
78082b1c5e update README 2023-08-24 21:16:04 +08:00
潘其威(William)
8bb4d60d8f
Merge pull request #281 from fxmarty/expose-api-exllama-input-length
Expose a function to update exllama max input length
2023-08-24 20:50:18 +08:00
Felix Marty
04730ac66c expose api to set exllama max length 2023-08-24 11:22:15 +00:00
fxmarty
3cd79c826e
Fix python version for rocm build (#278)
* fix python version

* whats the diff?
2023-08-23 23:01:22 +09:00
fxmarty
766c6c1956
fix (#277) 2023-08-23 21:50:18 +09:00
fxmarty
d53d227b7c
Update install instructions (#275)
* update readme

* update doc

* fix
2023-08-23 21:29:55 +09:00
fxmarty
d0d1a69931
use conda incubator (#276) 2023-08-23 21:18:46 +09:00
fxmarty
81801bc6e2
Use focal for RoCm build (#274) 2023-08-23 20:41:08 +09:00
fxmarty
f7b1b8291a
Free disk space for rocm build (#273) 2023-08-23 19:21:44 +09:00
fxmarty
48baeeb739
Merge pull request #272 from PanQiWei/build-wheels-on-2004
Build wheels on ubuntu 20.04
2023-08-23 18:48:25 +09:00
Félix Marty
064f74c60f update ubuntu version 2023-08-23 11:46:19 +02:00
PanQiWei
40945beb0e update README 2023-08-22 20:18:59 +08:00
PanQiWei
4160db15e9 update README 2023-08-22 17:24:22 +08:00
qwopqwop200
f23a06f911
Merge branch 'PanQiWei:main' into main 2023-08-17 15:22:43 +09:00
qwopqwop200
b8a42911a6
qigen refactoring 2023-08-17 15:22:16 +09:00
qwopqwop200
5d5b687ca8
qigen formatting qlinear 2023-08-17 15:19:01 +09:00
qwopqwop200
084c9d8860
name change 2023-08-17 15:17:09 +09:00
潘其威(William)
eea67b7e13
Merge pull request #256 from PanQiWei/rocm_build_bug_fix
Rocm build bug fix
2023-08-13 17:14:40 +08:00
PanQiWei
8542b3dc9f execute setup tools install before torch install 2023-08-13 16:49:21 +08:00
PanQiWei
79b697743f disable free disk space action 2023-08-13 16:41:20 +08:00
PanQiWei
893fc5d7a3 release 0.4.1 2023-08-13 16:35:59 +08:00
PanQiWei
34b4ba451c fix typo 2023-08-13 16:26:02 +08:00
qwopqwop200
051f3facc7
change arguments name 2023-08-11 16:10:32 +09:00