From 5b3202d5a94061c6c3605e8791f289b1cd407da1 Mon Sep 17 00:00:00 2001 From: Travis Addair Date: Wed, 31 Jan 2024 21:18:42 -0800 Subject: [PATCH] Fixed import --- docs/guides/merging_adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/merging_adapters.md b/docs/guides/merging_adapters.md index f95207b61..0f41c4c75 100644 --- a/docs/guides/merging_adapters.md +++ b/docs/guides/merging_adapters.md @@ -83,7 +83,7 @@ First deploy LoRAX using the base model `TinyLlama/TinyLlama-1.1B-intermediate-s the [LoRAX Python Client](../reference/python_client.md): ```python -from lorax import Client +from lorax import Client, MergedAdapters client = Client(endpoint_url)