Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code highlighting in the README #2805

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ curl http://127.0.0.1:8080/predictions/bert -T input.txt
```
### 🚀 Quick start with TorchServe

```
```bash
# Install dependencies
# cuda is optional
python ./ts_scripts/install_dependencies.py --cuda=cu121
Expand All @@ -28,7 +28,7 @@ pip install torchserve-nightly torch-model-archiver-nightly torch-workflow-archi

### 🚀 Quick start with TorchServe (conda)

```
```bash
# Install dependencies
# cuda is optional
python ./ts_scripts/install_dependencies.py --cuda=cu121
Expand All @@ -44,7 +44,7 @@ conda install -c pytorch-nightly torchserve torch-model-archiver torch-workflow-

### 🐳 Quick Start with Docker

```
```bash
# Latest release
docker pull pytorch/torchserve

Expand Down
Loading