We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a33ea8 commit bd7db80Copy full SHA for bd7db80
clients/python/lorax/__init__.py
@@ -12,6 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.5.1"
+__version__ = "0.6.0"
16
17
from lorax.client import Client, AsyncClient, MergedAdapters
clients/python/pyproject.toml
@@ -3,7 +3,7 @@ name = "lorax-client"
3
packages = [
4
{include = "lorax"}
5
]
6
-version = "0.5.1"
+version = "0.6.0"
7
description = "LoRAX Python Client"
8
license = "Apache-2.0"
9
authors = ["Travis Addair <travis@predibase.com>", "Olivier Dehaene <olivier@huggingface.co>"]
0 commit comments