Update README.md

add-more-languages
Meng Zhang 2023-03-29 13:30:17 +08:00 committed by GitHub
parent bf7d149a27
commit 44ac6cd510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ curl -X POST http://localhost:5000/v1/completions -H 'Content-Type: application/
}'
```
To use the GPU backend (triton) for a faster inference experience, use `deployment/docker-compose.yml`:
To use the GPU backend (triton) for a faster inference speed, use `deployment/docker-compose.yml`:
```bash
docker-compose up
```