Commit Graph

340 Commits

Author SHA1 Message Date
Aaron Pham
295fb5e7ea chore(cli): normalize kebab case (#50) 2023-06-22 23:50:32 -04:00
Aaron Pham
ae2474a017 docs: update typo and links
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
2023-06-22 05:03:28 -04:00
Aaron
38ab523fc8 docs: update LangChain integration
Finally it is merged onto LangChain upstream

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-22 04:19:51 -04:00
Aaron Pham [bot]
54be563b3e infra: bump to dev version of 0.1.11.dev0 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
2023-06-21 17:59:01 +00:00
Aaron Pham [bot]
5a69345d29 infra: prepare for release 0.1.10 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
v0.1.10
2023-06-21 17:53:27 +00:00
Aaron
a85953d6bf fix(build): make sure not to overwrite missing openllm
in build without dev mode

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-21 13:51:37 -04:00
Aaron Pham [bot]
703cb21e96 infra: bump to dev version of 0.1.10.dev0 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
2023-06-21 11:34:24 +00:00
Aaron Pham [bot]
278757d58a infra: prepare for release 0.1.9 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
v0.1.9
2023-06-21 11:30:44 +00:00
aarnphm-ec2-dev
ef40fdf5c8 fix(build): quote environment variables
Make sure that the config is quoted properly in generated Dockerfile

Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
2023-06-21 11:28:37 +00:00
Aaron
de665def5c fix(cli): support loading model-id from local path
SDK should already support loading from local-path, but on CLI there was
a bug with start where it sets the choice for model-id to only
pretrained set of model-id

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-21 07:26:12 -04:00
Aaron Pham
84466c2827 fix(infra): move lines to placeholder
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
2023-06-20 21:50:21 -04:00
Aaron Pham
e69d3f9ca0 chore: update bug-report
Kindly ask user to provide their system information

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
2023-06-20 21:49:35 -04:00
Ikko Eltociear Ashimine
9c6b43b163 docs: rename camel case to official Hugging Face name (#39) 2023-06-20 12:02:03 -04:00
aarnphm-ec2-dev
d33149d758 fix(log): repr the given LLMConfig in debug mode
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
2023-06-19 18:20:18 +00:00
Aaron Pham
ca802d9d1a fix: agent log (#37) 2023-06-19 14:11:39 -04:00
Aaron Pham [bot]
78a537079e infra: bump to dev version of 0.1.9.dev0 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
2023-06-19 18:08:32 +00:00
aarnphm-ec2-dev
70c7c0a9b7 fix(cli): use correct API for client
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
2023-06-19 18:04:27 +00:00
Aaron Pham [bot]
6bbbefd06a infra: prepare for release 0.1.8 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
v0.1.8
2023-06-19 18:02:08 +00:00
aarnphm-ec2-dev
6d43bdbcdb fix(instruct): remove breakpoint
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
2023-06-19 18:00:00 +00:00
Aaron
9139e6f290 docs: update README to use OPT as example
This helps with system with lower memory and RAM

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-19 13:40:10 -04:00
Aaron Pham [bot]
0e3f8d2fba infra: bump to dev version of 0.1.8.dev0 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
2023-06-19 17:30:50 +00:00
Aaron Pham [bot]
9a6af97356 infra: prepare for release 0.1.7 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
v0.1.7
2023-06-19 17:27:52 +00:00
Aaron
752c2e60a5 fix: remove direct url reference
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-19 13:25:29 -04:00
aarnphm-ec2-dev
feb0c53146 fix(timeout): increase default timeout to avoid asyncio error
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
2023-06-19 17:02:42 +00:00
Aaron
58758f8241 fix(dolly_v2): gc collect after import
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-19 12:28:13 -04:00
Aaron
4f1fee4bee fix(ci): install towncrier for changelog automation
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-19 06:32:15 -04:00
Aaron
1ed0ae7787 fix(log): make sure to configure OpenLLM logs correctly
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-19 06:19:06 -04:00
Aaron
2244cce5bd fix(config): __getitem__ to get the value instead of member of class
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-19 05:35:11 -04:00
Aaron
622a2fb37d fix: separate hatch config
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-19 03:39:05 -04:00
Aaron
e3fad40f21 fix(env): make tests with extra-dependencies
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-18 23:58:03 -04:00
Aaron Pham
03758a5487 fix(tools): adhere to style guidelines (#31) 2023-06-18 20:03:17 -04:00
Aaron
a7a6775c68 chore: add banner for OpenLLM
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-18 05:55:38 -04:00
Aaron
33d3523e5b chore(readme): update docs and warning notes
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-18 01:39:15 -04:00
Aaron Pham
4fcd7c8ac9 integration: HuggingFace Agent (#29)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-18 00:13:53 -04:00
aarnphm-ec2-dev
fe8da4e8a9 fix(tests): ensure_available on tests
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
2023-06-17 15:12:28 +00:00
Aaron
8bd7351d3c chore: update new gif
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-17 10:56:32 -04:00
Aaron
5a6f42ee99 infra: fix generated release link for towncrier [skip ci]
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-17 09:20:34 -04:00
Aaron Pham [bot]
9be65a813b infra: bump to dev version of 0.1.7.dev0 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
2023-06-17 13:12:46 +00:00
Aaron Pham [bot]
ed398c38f8 infra: prepare for release 0.1.6 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
v0.1.6
2023-06-17 13:02:47 +00:00
Aaron Pham
6f724416c0 perf: build quantization and better transformer behaviour (#28)
Fixes quantization_config and low_cpu_mem_usage to be available on PyTorch implementation only

See changelog for more details on #28
2023-06-17 08:56:14 -04:00
Aaron
233d4697b5 chore: update __all__ to take into _extra_objects
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-16 18:13:35 -04:00
Aaron Pham
ded8a9f809 feat: quantization (#27) 2023-06-16 18:10:50 -04:00
Aaron Pham
19bc7e3116 feat: fine-tuning [part 1] (#23) 2023-06-16 00:19:01 -04:00
Aaron
b9ff4ab92a chore: flatten examples llm-config
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-15 18:39:33 -04:00
Aaron
e4b7714756 chore(js): update metadata
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-15 13:18:05 -04:00
Aaron Pham
850cf791ef chore: fix README.md
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
2023-06-15 09:37:46 -04:00
Chaoyu
dc50a2e7e5 docs: add LangChain and BentoML Examples (#25)
Co-authored-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
2023-06-15 06:14:37 -04:00
Aaron Pham
5e1445218b refactor: toplevel CLI (#26)
Move up CLI outside of the factory function to simplify workflow
2023-06-15 02:32:46 -04:00
Aaron Pham [bot]
9a6a976ce1 infra: bump to dev version of 0.1.6.dev0 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
2023-06-15 06:16:12 +00:00
Aaron Pham [bot]
bb425b89d9 infra: prepare for release 0.1.5 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
v0.1.5
2023-06-15 06:05:35 +00:00