Jin Qiao
97a38958bd
LLM: add CodeLlama CPU and GPU examples ( #9338 )
...
* LLM: add codellama CPU pytorch examples
* LLM: add codellama CPU transformers examples
* LLM: add codellama GPU transformers examples
* LLM: add codellama GPU pytorch examples
* LLM: add codellama in readme
* LLM: add LLaVA link
2023-11-02 15:34:25 +08:00
Zheng, Yi
63b2556ce2
Add cpu examples of skywork ( #9340 )
2023-11-02 15:10:45 +08:00
dingbaorong
f855a864ef
add llava gpu example ( #9324 )
...
* add llava gpu example
* use 7b model
* fix typo
* add in README
2023-11-02 14:48:29 +08:00
Cengguang Zhang
9f3d4676c6
LLM: Add qwen-vl gpu example ( #9290 )
...
* create qwen-vl gpu example.
* add readme.
* fix.
* change input figure and update outputs.
* add qwen-vl pytorch model gpu example.
* fix.
* add readme.
2023-11-01 11:01:39 +08:00
Jin Qiao
c44c6dc43a
LLM: add chatglm3 examples ( #9305 )
2023-11-01 09:50:05 +08:00
dingbaorong
f053688cad
add cpu example of LLaVA ( #9269 )
...
* add LLaVA cpu example
* Small text updates
* update link
---------
Co-authored-by: Yuwen Hu <yuwen.hu@intel.com>
2023-10-27 18:59:20 +08:00
Yining Wang
a6a8afc47e
Add qwen vl CPU example ( #9221 )
...
* eee
* add examples on CPU and GPU
* fix
* fix
* optimize model examples
* add Qwen-VL-Chat CPU example
* Add Qwen-VL CPU example
* fix optimize problem
* fix error
* Have updated, benchmark fix removed from this PR
* add generate API example
* Change formats in qwen-vl example
* Add CPU transformer int4 example for qwen-vl
* fix repo-id problem and add Readme
* change picture url
* Remove unnecessary file
---------
Co-authored-by: Yuwen Hu <yuwen.hu@intel.com>
2023-10-25 13:22:12 +08:00
dingbaorong
5a2ce421af
add cpu and gpu examples of flan-t5 ( #9171 )
...
* add cpu and gpu examples of flan-t5
* address yuwen's comments
* Add explanation why we add modules to not convert
* Refine prompt and add a translation example
* Add a empty line at the end of files
* add examples of flan-t5 using optimize_mdoel api
* address bin's comments
* address binbin's comments
* add flan-t5 in readme
2023-10-24 15:24:01 +08:00
Yining Wang
4a19f50d16
phi-1_5 CPU and GPU examples ( #9173 )
...
* eee
* add examples on CPU and GPU
* fix
* fix
* optimize model examples
* have updated
* Warmup and configs added
* Update two tables
2023-10-24 15:08:04 +08:00
Jason Dai
26850ebd36
Update readme ( #9237 )
2023-10-20 16:13:25 +08:00
Jason Dai
b192a8032c
Update llm-readme ( #9176 )
2023-10-16 10:54:52 +08:00
binbin Deng
5e9962b60e
LLM: update example layout ( #9046 )
2023-10-09 15:36:39 +08:00
Jason Dai
50044640c0
Update README.md ( #9085 )
2023-10-06 21:54:18 +08:00
Jason Dai
7506100bd5
Update readme ( #9084 )
2023-10-05 16:54:09 +08:00
Jason Dai
51518e029d
Update llm readme ( #9005 )
2023-09-19 20:01:33 +08:00
Yuwen Hu
cb534ed5c4
[LLM] Add Arc demo gif to readme and readthedocs ( #8958 )
...
* Add arc demo in main readme
* Small style fix
* Realize using table
* Update based on comments
* Small update
* Try to solve with height problem
* Small fix
* Update demo for inner llm readme
* Update demo video for readthedocs
* Small fix
* Update based on comments
2023-09-13 09:23:52 +08:00
Jason Dai
448a9e813a
Update Readme ( #8959 )
2023-09-12 17:27:26 +08:00
Yuwen Hu
c152c719ea
Update bigdl logo url to the one hosted on readthedocs ( #8911 )
2023-09-07 14:40:57 +08:00
Yuwen Hu
db26c7b84d
[LLM] Update readme gif & image url to the ones hosted on readthedocs ( #8900 )
2023-09-06 20:04:17 +08:00
Jason Dai
5e58f698cd
Update readthedocs ( #8882 )
2023-09-04 15:42:16 +08:00
Jason Dai
9760eec6de
Update readme ( #8881 )
2023-09-03 12:30:26 +08:00
Ruonan Wang
f42c0bad1b
LLM: update GPU doc ( #8845 )
2023-08-30 09:24:19 +08:00
Jason Dai
aab7deab1f
Reorganize GPU examples ( #8844 )
2023-08-30 08:32:08 +08:00
Jason Dai
dcadd09154
Update llm document ( #8784 )
2023-08-21 22:34:44 +08:00
SONG Ge
f4164e4492
[BigDL LLM] Update readme for unifying transformers API ( #8737 )
...
* update readme doc
* fix readthedocs error
* update comment
* update exception error info
* invalidInputError instead
* fix readme typo error and remove import error
* fix more typo
2023-08-16 14:22:32 +08:00
Jason Dai
d03218674a
Update llm readme ( #8703 )
2023-08-09 14:47:26 +08:00
Jason Dai
edf23a95be
Update llm readme ( #8446 )
2023-07-03 16:58:44 +08:00
Jason Dai
fc33d70c9b
Update README.md ( #8436 )
2023-07-03 10:36:16 +08:00
Jason Dai
f116833e42
Update README.md ( #8433 )
2023-07-03 10:24:54 +08:00
Jason Dai
eac9b088e2
[Document] Update Nano description ( #7872 )
2023-03-15 08:36:19 +08:00
Jason Dai
274eddfb1a
Update readme ( #7353 )
2023-01-28 16:40:58 +08:00
Ruonan Wang
925874b2cd
Nano: improve Howto guide of InferenceOptimizer.optimize ( #6924 )
...
* update howto guide for optimizer
* update export model
* update typo
* update based on comments
* fix bug of get_best_model without validation data
* update ut
* update
* update
* fix 600s
* fix
2023-01-03 14:08:05 +08:00
Kai Huang
f57e296448
Update Orca QuickStart links in README ( #7136 )
...
* update link in README
* update ray link
2022-12-30 16:41:41 +08:00
Adam Stelmaszczyk
f52e6340af
Update README.md ( #6923 )
2022-12-09 10:01:51 +08:00
Ruonan Wang
d90ee7e51e
Nano: update optimizer's examples ( #6917 )
...
* update resnet example
* update
* fix style
* update
* update vision transformer
* fix ut
2022-12-09 09:51:38 +08:00
Jason Dai
242de02c0e
[Doc] Update document ( #6772 )
2022-11-28 10:26:36 +08:00
Jason Dai
225facc5af
Update README.md ( #6641 )
2022-11-16 15:51:28 +08:00
Yuwen Hu
77129f33cf
Fix failed link in BigDL README ( #6431 )
2022-11-03 17:55:08 +08:00
Jason Dai
8fdd068ca0
Update Project Readme ( #6086 )
2022-10-11 16:49:30 +08:00
Dongjie Shi
9a08e6a9d0
remove license shields ( #5233 )
2022-07-28 10:57:47 +08:00
Dongjie Shi
0ec5ef451e
add several shields to BigDL ( #5212 )
...
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
* add license shields
2022-07-28 08:41:28 +08:00
Jason Dai
b23f66ebbc
Update Readme ( #4957 )
...
* Update README.md
* Update index.rst
* Update README.md
2022-06-28 09:27:40 +08:00
Jason Dai
e480eec5b1
Update README.md
2022-06-10 21:44:38 +08:00
Jason Dai
e4c0aa4db2
Update README.md
2021-12-15 10:21:09 +08:00
Jason Dai
bbf33e96a2
Update README.md
2021-12-15 10:19:25 +08:00
Song Jiaming
a83ab371d2
add serving index to readme ( #3648 )
2021-12-02 16:57:17 +08:00
Yina Chen
0334eda6fe
Update orca docs ( #3278 )
...
* update orca docs
* update colab
* update
* meet comments
* update
* update
2021-10-28 17:45:30 +08:00
Junwei Deng
614fe693d2
Chronos: update chronos example in readme.md ( #3154 )
...
* update chronos example in readme.md
* remove redundant import
* update code
2021-10-28 09:21:57 +08:00
Le-Zheng
b41ca7fb6e
move nncontext to bigdl.dllib.nncontext/NNContext ( #3178 )
2021-10-22 08:28:31 +08:00
Jason Dai
4c8d424bcb
Update document ( #3176 )
2021-10-21 11:29:53 +08:00