Commit graph

370 commits

Author SHA1 Message Date
PanQiWei
ec6603d0ab support older version python 2023-05-31 22:11:16 +08:00
PanQiWei
d0769c1a39 update README 2023-05-30 08:01:16 +08:00
PanQiWei
e826d89dbc update basic_usage.py 2023-05-30 07:47:10 +08:00
PanQiWei
df8672ce75 update README 2023-05-30 07:44:25 +08:00
PanQiWei
448a53e6a7 delete push to hub example script 2023-05-30 07:39:58 +08:00
潘其威(William)
defc96ff04
Merge pull request #91 from TheBloke/TheBloke_support-HF-download
Add support for HF Hub download, and `push_to_hub`
2023-05-30 07:37:15 +08:00
潘其威(William)
2245fad095
Update auto.py
fix None type error
2023-05-30 07:35:15 +08:00
潘其威(William)
15db2cdc44
Update _base.py
fix problem that recursively adding file extension to model_base_name
2023-05-30 07:26:42 +08:00
潘其威(William)
cfa7271617
Update _base.py
fix variable not found error
2023-05-30 07:22:10 +08:00
潘其威(William)
e5771fb206
Update _base.py
fix key mismatch
2023-05-30 06:44:45 +08:00
潘其威(William)
61a4ea035f
Update auto.py
add back save_dir for backward compatible
2023-05-30 06:43:00 +08:00
潘其威(William)
ea74e15199
Update _base.py
add model_name_or_path and model_file_base_name to BaseQuantizeConfig for better model file management; add back save_dir to .from_quantized() for backward compatible
2023-05-30 06:40:31 +08:00
潘其威(William)
0021417050
Update README.md 2023-05-30 05:56:46 +08:00
潘其威(William)
243bb2d56e
Update README_zh.md
fix typo
2023-05-30 05:56:04 +08:00
潘其威(William)
9a10b8496a
Update README_zh.md
merge the example code of downloading from and uploading to HF Hub into simplest usage code above to keep README compact.
2023-05-30 05:53:27 +08:00
潘其威(William)
17db71491f
Update README.md
merge the example code of downloading from and uploading to HF Hub into simplest usage code above to keep README compact.
2023-05-30 05:49:29 +08:00
PanQiWei
4b8524ffb1 update README 2023-05-27 23:04:00 +08:00
PanQiWei
f703c9ac98 update generation_speed.py 2023-05-27 20:15:43 +08:00
PanQiWei
1ff000658e update README.md 2023-05-27 19:26:56 +08:00
PanQiWei
e8bd3c33c4 add generation speed benchmark example script 2023-05-27 19:16:42 +08:00
PanQiWei
491da62402 fix signature at import time 2023-05-27 17:49:58 +08:00
PanQiWei
0327ac8f42 update README 2023-05-27 17:42:16 +08:00
PanQiWei
3cb1bf5a6d add trust_remote_code command line flag 2023-05-27 17:09:10 +08:00
PanQiWei
c040617a94 update README 2023-05-27 17:03:50 +08:00
PanQiWei
ceacd59e4b update NEWS_OR_UPDATE 2023-05-27 16:37:51 +08:00
潘其威(William)
0a40581270
Merge pull request #111 from PanQiWei/falcon
Falcon support
2023-05-27 16:23:30 +08:00
潘其威(William)
23998345f5
Merge branch 'main' into falcon 2023-05-27 16:23:16 +08:00
潘其威(William)
3108985a55
Merge pull request #112 from billcai/patch-2
Minor syntax fix for auto.py
2023-05-27 16:20:54 +08:00
Bill Cai
0729760234
Update auto.py 2023-05-27 11:16:43 +08:00
潘其威(William)
269ef7335c
Merge branch 'main' into falcon 2023-05-27 08:15:52 +08:00
潘其威(William)
9ebc1d1ec0
Merge pull request #63 from LaaZa/GPTBigCode
Add support for GPTBigCode(starcoder)
2023-05-27 08:03:10 +08:00
潘其威(William)
3c3b0e1e79
Merge branch 'main' into GPTBigCode 2023-05-27 08:03:03 +08:00
潘其威(William)
358ff80d09
Merge pull request #65 from LaaZa/Codegen
Add support for CodeGen/2
2023-05-27 08:01:53 +08:00
潘其威(William)
eab728b263
Merge branch 'main' into Codegen 2023-05-27 08:00:19 +08:00
潘其威(William)
f6fd314d5a
Merge branch 'main' into GPTBigCode 2023-05-27 07:57:25 +08:00
qwopqwop200
277809381b
fix bug 2023-05-27 08:53:47 +09:00
qwopqwop200
bcb345fb35
support falcon 2023-05-27 07:53:39 +09:00
qwopqwop200
4d5b4fa5c6
add dtype 2023-05-27 07:49:28 +09:00
qwopqwop200
c14b4c1567
change find layer algorithm 2023-05-27 07:48:50 +09:00
qwopqwop200
874c9fd0ef
fix bug 2023-05-27 07:47:17 +09:00
潘其威(William)
b4eda619d0
Merge pull request #104 from PanQiWei/triton-float32
triton float32 support
2023-05-25 22:56:00 +08:00
qwopqwop200
503f85255d
Update kernels.py 2023-05-25 23:15:33 +09:00
TheBloke
b7bb50b4d5 Fix bug added after merge 2023-05-25 07:05:51 +01:00
Tom Jobbins
492255b400
Merge branch 'main' into TheBloke_support-HF-download 2023-05-25 07:02:13 +01:00
潘其威(William)
18c7ce5875
Merge pull request #100 from PanQiWei/improve_cpu_offload
Improve CPU offload
2023-05-24 18:48:37 +08:00
PanQiWei
c341a6df2f update tutorial 2023-05-24 18:48:19 +08:00
PanQiWei
ac14180946 update tutorial 2023-05-24 18:31:59 +08:00
PanQiWei
065fd1de35 update README 2023-05-24 18:26:47 +08:00
PanQiWei
e6ba062c08 update basic usage example code 2023-05-24 17:58:01 +08:00
PanQiWei
94ef4d5ada update basic usage example code 2023-05-24 17:56:46 +08:00