Skip to content

Commit

Permalink
Add code highlighting in the README (#2805)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Nov 22, 2023
1 parent 98c19bc commit e792be6
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit e792be6

Please sign in to comment.