Skip to content

Commit 3b54936

Browse files
committed
Document Sync by Tina
1 parent 11339ad commit 3b54936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/stable/store/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ln -s /mnt/nvme/models ./models
5555

5656
1. Convert a model to ServerlessLLM format and save it to a local path:
5757
```python
58-
from serverless_llm_store import save_model
58+
from serverless_llm_store.transformers import save_model
5959

6060
# Load a model from HuggingFace model hub.
6161
import torch
@@ -84,7 +84,7 @@ docker run -it --rm -v $PWD/models:/app/models checkpoint_store_server
8484
```python
8585
import time
8686
import torch
87-
from serverless_llm_store import load_model
87+
from serverless_llm_store.transformers import load_model
8888

8989
# warm up the GPU
9090
num_gpus = torch.cuda.device_count()

0 commit comments

Comments
 (0)