Aaron Pham
ec3c381e8c
infra: add instruction for using docker images from release notes ( #169 )
2023-07-31 08:39:10 -04:00
Aaron Pham
ef94c6b98a
feat(container): vLLM build and base image strategies ( #142 )
2023-07-31 02:44:52 -04:00
Aaron
e000e7d1c6
fix(ci): release correct version via git
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-07-25 12:48:19 -04:00
Aaron Pham
c391717226
feat(ci): automatic release semver + git archival installation ( #143 )
2023-07-25 04:18:49 -04:00
aarnphm-ec2-dev
d4f3cf8b75
fix(llm): ignore quantization config when --quantize int4 is passed
...
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com >
2023-07-22 22:45:46 +00:00
aarnphm-ec2-dev
39f7725870
fix(ci): skip running actions on generated commit
...
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com >
2023-07-21 15:48:22 +00:00
aarnphm-ec2-dev
8eb143ff60
fix(ci): remove unecessary semver check for release notes [skip ci]
...
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com >
2023-07-21 06:31:49 +00:00
Aaron
5189d2e721
fix(script): correct patch version for __about__.py
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-07-20 18:35:31 -04:00
aarnphm-ec2-dev
292bca68c7
fix(ci): releas script correctly parse version
...
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com >
2023-07-19 23:41:33 +00:00
aarnphm-ec2-dev
e69042a8e9
fix(script): not gpg signing tag
...
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com >
2023-07-19 23:12:04 +00:00
aarnphm-ec2-dev
9d28e0a1e6
fix(ci): disable gpg push
...
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com >
2023-07-19 23:09:27 +00:00
aarnphm-ec2-dev
b747e3b4b8
fix(ci): remove signing
...
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com >
2023-07-19 23:01:53 +00:00
Aaron
b6679be301
fix: release script not to signed
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-07-19 18:48:01 -04:00
Aaron Pham
c7f4dc7bb2
feat(test): snapshot testing ( #107 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-10 17:23:19 -04:00
aarnphm-ec2-dev
d3e4b95e84
ci: use trusted pypi publisher
...
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com >
2023-07-07 07:18:13 +00:00
Aaron
183019616b
fix: remove editable install
...
Setup via hatch already
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-07-05 08:50:06 -04:00
Aaron
c76dea468e
chore(ci): fixes release script to correct version
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-06-29 02:38:44 -04:00
Aaron
2fed9eae78
ci: signed commit on actions
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-06-25 12:47:30 -04:00
Aaron Pham
74fdd5e259
feat: release binary distribution ( #66 )
2023-06-25 10:38:03 -04:00
Aaron Pham
3593c764f0
fix(test): robustness ( #64 )
2023-06-24 11:10:07 -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 Pham
03758a5487
fix(tools): adhere to style guidelines ( #31 )
2023-06-18 20:03:17 -04:00
Aaron Pham
ded8a9f809
feat: quantization ( #27 )
2023-06-16 18:10:50 -04:00
Aaron
44ac29b9dd
infra: update release scripts to run on actions only
...
setup release notes to make sure it runs after pushing tag
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-06-06 08:45:51 -04:00
Aaron
ec941c95d5
chore: add license header
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-06-04 16:22:37 -07:00
Aaron
352c2ee003
fix(ci): add prefix v for archive creation
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-06-04 15:25:58 -07:00
Aaron
2990820d45
fix: chmod +x release script
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-06-03 23:57:04 -07:00
Aaron
4990cf40c2
chore(ci): update automatic release note
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-06-03 22:56:00 -07:00
Chaoyu
dd8b6050b2
feat: FLAN-T5 supports
...
- add infrastructure, to be implemented: cache, chat history
- Base Runnable Implementation, that fits LangChain API
- Added a Prompt descriptor and utils.
feat: license headers and auto factory impl and CLI
Auto construct args from pydantic config
Add auto factory for ease of use
only provide `/generate` to streamline UX experience
CLI > envvar > input contract for configuration
fix: serve from a thread
fix CLI args
chore: cleanup names and refactor imports
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com >
2023-05-03 17:50:14 -07:00