Skip to content

Commit 3b1f547

Browse files
aspctusquidarthVarun Shenoyphilipkiely-basetenjoostinyi
authored
Release 0.5.4 (#500)
* Cleanup old asyncio threadpool settings. * Add `version.txt` into build to prevent cache migrations (#490) * added hf token to dockerfile * add prints * move hf token to the part where its needed * add version.txt * added version.txt * remove unnecessary files * adding files back * reverting * Adding `allow_patterns` and `ignore_patterns` to the Hugging Face cache. (#480) * remove assert * both ignore and allow working * fix for verbose * remove prints * Fix streaming issues. * Added documentation for HF caching (#492) * added hf_cache docs * fix ticks * Update configuration.md * clean up Truss docs (#491) * clean up Truss docs * fix links and lints * lint * Comment updates. * Bump version. * Controlling supervisord retries (#496) * update live reload docs (#494) * update live reload docs * remove leading space * remove dead links from flan-t5 readme * Update README.md * Removing extraneous file (#498) * Enable Hugging Face secrets during build from Truss (#499) * added hf token to dockerfile * add prints * move hf token to the part where its needed * successfully mounting secrets * update cache warmer to grab secret * match data dir copy * bump pyproject * add os to cache_warmer * bump pyproject * add is_trusted * revert version * change names to be hf_access_token * rename is_trusted and use Path * Adding support for VLLM server (#495) --------- Co-authored-by: Sidharth Shanker <sid.shanker@baseten.co> Co-authored-by: Varun Shenoy <vnshenoy@stanford.edu> Co-authored-by: Philip Kiely - Baseten <98474633+philipkiely-baseten@users.noreply.github.com> Co-authored-by: joostinyi <63941848+joostinyi@users.noreply.github.com>
1 parent 586c003 commit 3b1f547

39 files changed

+705
-1030
lines changed

.gitbook.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@ root: ./docs
33
​structure:
44
readme: ../README.md
55
summary: SUMMARY.md​
6+
7+
redirects:
8+
create/huggingface: develop/README.md
9+
create/lightgbm: develop/README.md
10+
create/mlflow: develop/README.md
11+
create/pytorch: develop/README.md
12+
create/sklearn: develop/README.md
13+
create/tensorflow: develop/README.md
14+
create/xgboost: develop/README.md
15+
create/manual: develop/README.md
16+
e2e: quickstart.md

docs/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ With this release, the live reload option supports changes to model code. In the
7070

7171
### Version 0.1.4
7272

73-
This release adds support for MLflow. Package your MLflow model by following [this documentation](create/mlflow.md).
73+
This release adds support for MLflow.
7474

7575
### Version 0.1.3
7676

docs/SUMMARY.md

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
# Table of contents
22

33
* [Introducing Truss](../README.md)
4-
* [End-to-end tutorial](e2e.md)
4+
* [Quickstart](quickstart.md)
5+
* [Truss examples](https://github.com/basetenlabs/truss-examples)
56
* [Release notes](https://github.com/basetenlabs/truss/releases/)
67

7-
## Create
8-
9-
* [Hugging Face](create/huggingface.md)
10-
* [LightGBM](create/lightgbm.md)
11-
* [MLflow](create/mlflow.md)
12-
* [PyTorch](create/pytorch.md)
13-
* [scikit-learn](create/sklearn.md)
14-
* [TensorFlow](create/tensorflow.md)
15-
* [XGBoost](create/xgboost.md)
16-
* [Manually](create/manual.md)
17-
188
## Develop
199

10+
* [Truss tutorial](develop/README.md)
2011
* [Local development](develop/localhost.md)
2112
* [Truss configuration](develop/configuration.md)
2213
* [Secret management](develop/secrets.md)
@@ -27,9 +18,8 @@
2718

2819
## Deploy
2920

30-
* [AWS](deploy/aws.md)
3121
* [Baseten](deploy/baseten.md)
32-
* [GCP](deploy/gcp.md)
22+
* [SageMaker](deploy/sagemaker.md)
3323

3424
## Reference
3525

docs/create/huggingface.md

-51
This file was deleted.

docs/create/lightgbm.md

-72
This file was deleted.

docs/create/manual.md

-182
This file was deleted.

0 commit comments

Comments
 (0)