Skip to content

Commit

Permalink
infra: prepare for release 0.1.17 [generated]
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <[email protected]>
  • Loading branch information
aarnphm committed Jun 27, 2023
1 parent db1494a commit 8dd8acb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 19 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,30 @@ This changelog is managed by towncrier and is compiled at release time.

<!-- towncrier release notes start -->

## [0.1.17](https://github.com/bentoml/openllm/tree/v0.1.17)

### Bug fix

- Fixes loading logics from custom path. If given model path are given, OpenLLM
won't try to import it to the local store.

OpenLLM now only imports and fixes the models to loaded correctly within the
bento, see the generated service for more information.

Fixes service not ready when serving within a container or on BentoCloud. This
has to do with how we load the model before in the bento.

Falcon loading logics has been reimplemented to fix this major bug. Make sure to
delete all previous save weight for falcon with `openllm prune`

`openllm start` now supports bento

```bash
openllm start llm-bento --help
```
[#80](https://github.com/bentoml/openllm/issues/80)


## [0.1.16](https://github.com/bentoml/openllm/tree/v0.1.16)
No significant changes.

Expand Down
17 changes: 0 additions & 17 deletions changelog.d/80.fix.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openllm",
"version": "0.1.17.dev0",
"version": "0.1.17",
"description": "OpenLLM: Your one stop-and-go solution for serving Large Language Model",
"repository": "[email protected]:llmsys/OpenLLM.git",
"author": "Aaron Pham <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/openllm/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.1.17.dev0"
__version__ = "0.1.17"

0 comments on commit 8dd8acb

Please sign in to comment.