Commit Graph

9 Commits

Author SHA1 Message Date
Cromefire_
6ef90408f7
feat: Add rocm builds and documentation (#1012)
* Added rocm builds and documentation

* Pulled build improvements from #902

* Fixed build container for rocm build

* Install git in rocm container

* Fixed github step

* Try to fix if statement

* Added more generic dependency installation

* upgraded rustup action

* Update sccache

* Try pytorch manylinux image

* Switched location for toolchain parameter

* Downgraded to deprecated action again

* Readded set default step

* Install minimal rocm on the fly

* fixed typo in binary name

* Downgraded checkout action

* Use curl to download

* Add -y flag to yum

* Also install rocblas

* Update release.yml

* Update release.yml

* Update prepare_build_environment.sh

* Update prepare_build_environment.sh

* Update build.rs

* Update build.rs

* Update README.md

* Update website/docs/faq.mdx

* Update index.md

* Update and rename docker-cuda.yml to docker.yml

* Delete .github/workflows/docker-rocm.yml

* Delete rocm.Dockerfile

* Rename cuda.Dockerfile to Dockerfile

* Update docker.yml

* Update website/docs/installation/docker.mdx

* Update website/docs/installation/docker-compose.mdx

* Update docker-compose.mdx

* Update docker-compose.mdx

* Update docker.mdx

* Update docker.mdx

* Update website/docs/faq.mdx

---------

Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-12-13 15:59:04 +08:00
vodkaslime
f847cb20a3
fix: git information in health API response [TAB-177] (#375)
* fix: add git information to health API response

* chore: use gitcl
2023-08-29 18:19:54 +08:00
Meng Zhang
fcf9b4345f
refactor: cleanup unused dotfiles (#198) 2023-06-05 12:54:40 -07:00
Meng Zhang
9d92821cf5
Add gptj converter (#19)
* Rename deployment-next to development

* Add GPTJ converter
2023-03-27 11:12:52 +08:00
Meng Zhang
1c3ec20f93
Prepare public release with a minimal deployment setup (#16)
* Move deployment to deployment-next

* Add deployment setup

* Update deployment-next

* Remove vector label

* update README.md
2023-03-26 22:44:15 +08:00
Meng Zhang
e6bf16711f
Fix misc mistakes (#13)
* Fix misc

* Fix docker-compose
2023-03-25 21:37:38 +08:00
Meng Zhang
b622bd6762
use TabbyML/NeoX-70M for minimal e2e deployment (#10)
* use TabbyML/NeoX-70M for minimal e2e deployment

* Use python3 of triton image
2023-03-25 17:39:40 +08:00
Meng Zhang
1038bb39a1
Add dagu for data processing job orchestration (#7)
* Install dagu

* Move dagu install to first stage

* Fix metrics

* Add DAGs for create dataset from code repository
2023-03-25 00:05:47 +08:00
Meng Zhang
8683ded66c Update Dockerfile 2023-03-22 02:52:41 +08:00