Commit Graph

18 Commits

Author SHA1 Message Date
Wei Zhang
2c5a376e31
ci(release): release filename without version (#3444)
* ci(release): release file without version

* ci(release): build release file inside build

* ci(release): fix yaml format

* fix(ci): preserve the newline for creating bundle
2024-11-21 04:31:36 +08:00
Wei Zhang
ee192a39e3
ci(release): release tar.gz for macOS and Linux (#3395)
1. add version info to release file
2. release macOS and Linux in tar.gz
2024-11-09 08:24:10 -08:00
Meng Zhang
df607a1891
ci: switch shebang to /bin/bash as package-win.sh uses pushd/popd (#2937)
* ci: switch shebang to /bin/bash as package-win.sh uses pushd/popd

* update
2024-08-21 15:08:15 -07:00
Meng Zhang
735080aad8
ci: reuse llama.cpp distributions for windows cuda packaging (#2927)
* ci: reuse llama.cpp distributions for windows cuda packaging

* fix

* fix

* update

* update

* update

* update
2024-08-20 23:55:05 -07:00
Meng Zhang
1f0b993772
ci: fix centos mirror address (#2582)
* ci: fix many linux build by adding openssl

* update
2024-07-05 14:20:25 +09:00
Meng Zhang
f416bc36e9
ci: fix cuda build by adding ssl in docker 2024-07-03 17:24:19 +09:00
Meng Zhang
20bf704814
ci: split llama-server and tabby release (#2116)
* always use llama-server binary name

* update

* update

* update

* fix

* update

* update

* update

* update
2024-05-14 02:49:24 +00:00
Meng Zhang
76df681537
test: switch mail test server to mail pit (#2084) 2024-05-09 15:36:24 -07:00
Meng Zhang
37bd5b7d87
docs: visualize graphql schema in svg + dump schema into sql (#1942)
* docs: visualize graphql schema in svg + dump schema into sql

* update

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-04-23 15:14:47 -07:00
Meng Zhang
c57d82c53f
test(webserver): add smtp local unittest (#1434)
* add email unit test

* add unit test
2024-02-10 23:17:56 -08:00
Eric
e0d0133d86
feat: support build tabby on windows (#948)
* feat: update config to support build on windows

* resolve comment

* update release.yml

* resolve comment
2023-12-11 12:14:49 +08:00
Meng Zhang
6305744356
fix: fix release build (#1009)
* Update prepare_build_environment.sh

* Update release.yml
2023-12-10 20:23:02 +08:00
Meng Zhang
23a49beaa9
feat(ci): support manylinux build for cpu / cuda (#899) 2023-11-26 16:37:12 +08:00
Meng Zhang
c76edeaa80 Revert "chore: add RELEASE_NOTES.md"
This reverts commit cfa0e66c45.
2023-08-31 10:11:29 +08:00
Meng Zhang
cfa0e66c45 chore: add RELEASE_NOTES.md 2023-08-31 09:43:46 +08:00
Meng Zhang
57baecb370
fix: switch default running backend to openblas on x86 linux (#380) 2023-08-30 14:19:35 +00:00
Meng Zhang
054aefaf15
chore: add linux static build (#379)
* chore: add linux static build

* add touch

* update build env

* add sudo

* fix: protobuf ubuntu target
2023-08-30 18:45:05 +08:00
Meng Zhang
de546b03fe
feat: add otlp-endpoint for OpenTelemetry support [TAB-67] (#227)
* feat: add otlp-endpoint for OpenTelemetry support

* set default log level for axum tracing to INFO

* update build enviornment

* update
2023-06-10 22:46:25 -07:00