Skip to content

Commit dc2a005

Browse files
committed
Document Sync by Tina
1 parent 95b3e43 commit dc2a005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/stable/store/installation_with_rocm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pip install dist/*.whl
4343

4444
#### Transformer model Loading and Inference
4545

46-
1. Save the `faceboo/opt-1.3b` model in `./models` directory
46+
1. Save the `facebook/opt-1.3b` model in `./models` directory
4747

4848
``` bash
4949
python3 examples/sllm_store/save_transformers_model.py --model_name facebook/opt-1.3b --storage_path ./models
@@ -89,7 +89,7 @@ Similar as in CUDA, you need to apply our patch `sllm_store/vllm_patch/sllm_load
8989
```
9090
:::
9191
92-
1. Save the `faceboo/opt-1.3b` model in `./models` directory
92+
1. Save the `facebook/opt-1.3b` model in `./models` directory
9393
9494
``` bash
9595
python3 examples/sllm_store/save_vllm_model.py --model_name facebook/opt-1.3b --storage_path ./models

0 commit comments

Comments
 (0)