Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Feb 1, 2024
1 parent 40213f7 commit 5b3202d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/merging_adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5b3202d

Please sign in to comment.