Skip to content

Commit bd9ea97

Browse files
committed
Merge branch 'main' into develop
# Conflicts: # package-lock.json
2 parents 4b782de + 18e9db2 commit bd9ea97

File tree

6 files changed

+59
-180
lines changed

6 files changed

+59
-180
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
# v4.0.3
2+
## Bug Fixes
3+
- Resolved issue with subnets imports
4+
- Resolved issue with custom model deployment
5+
16
# v4.0.2
27
## Enhancements
38
- Revised base configuration to eliminate default RagRepository declaration. **Important:** Ensure config-custom.yaml contains an empty array declaration if no configurations are defined.
4-
- Implemented multi-instance LISA deployment support within single AWS accounts. Customers may now deploy more than one LISA environment into a single account.
9+
- Implemented multi-instance LISA deployment support within single AWS accounts. Customers may now deploy more than one LISA environment into a single account.
510
- Optimized data schema architecture to eliminate redundant reference patterns
611

712
## User Interface Improvements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

lib/user-interface/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lisa-web",
33
"private": true,
4-
"version": "4.0.2",
4+
"version": "4.0.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

lisa-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires-python = ">=3.11"
33

44
[tool.poetry]
55
name = "lisapy"
6-
version = "4.0.2"
6+
version = "4.0.3"
77
description = "A simple SDK to help you interact with LISA. LISA is an LLM hosting solution for AWS dedicated clouds or ADCs."
88
authors = ["Steve Goley <[email protected]>"]
99
readme = "README.md"

package-lock.json

Lines changed: 49 additions & 175 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@awslabs/lisa",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "A scalable infrastructure-as-code solution for self-hosting and orchestrating LLM inference with RAG capabilities, providing low-latency access to generative AI and embedding models across multiple providers.",
55
"homepage": "https://awslabs.github.io/LISA/",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)