Skip to content

Commit b4bbc29

Browse files
msaroufimagunapal
andauthoredJul 2, 2024··
fix broken llm deployment link (#3214)
wasn't rendering correctly Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
1 parent f80e906 commit b4bbc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ docker run --rm -ti --gpus all -e HUGGING_FACE_HUB_TOKEN=$token -p 8080:8080 -v
6767
curl -X POST -d '{"prompt":"Hello, my name is", "max_new_tokens": 50}' --header "Content-Type: application/json" "http://localhost:8080/predictions/model"
6868
```
6969

70-
Refer to [LLM deployment][docs/llm_deployment.md] for details and other methods.
70+
Refer to [LLM deployment](docs/llm_deployment.md) for details and other methods.
7171

7272
## ⚡ Why TorchServe
7373
* Write once, run anywhere, on-prem, on-cloud, supports inference on CPUs, GPUs, AWS Inf1/Inf2/Trn1, Google Cloud TPUs, [Nvidia MPS](docs/nvidia_mps.md)

0 commit comments

Comments
 (0)
Please sign in to comment.