Commit graph

663 commits

Author SHA1 Message Date
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
qwopqwop200
a807e038bb
remove many contiguous and change arguments name 2023-08-11 16:09:42 +09:00
qwopqwop200
c591d6a1e1
change name make_quant_cpu to make_quant_qigen 2023-08-11 15:12:33 +09:00
qwopqwop200
2c1afc2ad9
chang name make_quant_cpu to make_quant_qigen 2023-08-11 15:04:58 +09:00
qwopqwop200
aa5528cb10
use_cpu name change and default dtype change 2023-08-11 09:51:36 +09:00
qwopqwop200
870be83bea
Merge branch 'PanQiWei:main' into main 2023-08-10 22:48:30 +09:00
qwopqwop200
7ba78af3ae support cpu 2023-08-10 22:48:04 +09:00
潘其威(William)
1832685121
Merge pull request #243 from fxmarty/patch-act-order-exllama
Patch exllama QuantLinear to avoid modifying the state dict
2023-08-10 11:15:10 +08:00
qwopqwop200
1b3723a584 install qigen and move file 2023-08-10 10:06:08 +09:00
Felix Marty
4af7ea619d patch for transformers compatiblity 2023-08-09 14:23:59 +00:00
PanQiWei
6a277c87cf fix syntax error 2023-08-09 19:44:29 +08:00
PanQiWei
d178ebd2fe set branch to main 2023-08-09 19:39:05 +08:00
PanQiWei
9978d6e9f9 set branch to rocm_build_bug_fix 2023-08-09 19:37:05 +08:00
PanQiWei
aea761042d fix only one python version used 2023-08-09 19:36:37 +08:00
PanQiWei
69cdfe80fd fix syntax error 2023-08-09 18:05:30 +08:00
PanQiWei
44c7a1a184 make exllama_kernels compilation as optional 2023-08-09 17:42:22 +08:00
PanQiWei
e30bb69dee revert to remove 3.11 support 2023-08-09 14:55:42 +08:00
PanQiWei
918842a083 Revert "remove 3.11 for now"
This reverts commit b5a7c813e3.
2023-08-09 14:51:11 +08:00
PanQiWei
c5acab3aec Revert "remove upload sdist step"
This reverts commit 9baff43f6f.
2023-08-09 14:49:13 +08:00
PanQiWei
b5a7c813e3 remove 3.11 for now 2023-08-09 14:34:03 +08:00
PanQiWei
60ea23d464 fix py3.11 can't build 2023-08-09 14:05:44 +08:00
PanQiWei
115f004c5e fix wrong index-url 2023-08-09 13:37:19 +08:00
PanQiWei
6d5ce1d386 temporarily disable rocm 5.5 and 5.6 support until pytorch 2.1.0 is officially released 2023-08-09 13:35:52 +08:00