nv-kkudrynski 5 лет назад
Родитель
Сommit
cf54b787ae
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      PyTorch/LanguageModeling/BERT/triton/README.md

+ 1 - 1
PyTorch/LanguageModeling/BERT/triton/README.md

@@ -2,7 +2,7 @@
 
 ## Solution overview
 
-The [NVIDIA Triton Inference Server](https://github.com/NVIDIA/trtis-inference-server) provides a datacenter and cloud inferencing solution optimized for NVIDIA GPUs. The server provides an inference service via an HTTP or gRPC endpoint, allowing remote clients to request inferencing for any number of GPU or CPU models being managed by the server. 
+The [NVIDIA Triton Inference Server](https://github.com/NVIDIA/triton-inference-server) provides a datacenter and cloud inferencing solution optimized for NVIDIA GPUs. The server provides an inference service via an HTTP or gRPC endpoint, allowing remote clients to request inferencing for any number of GPU or CPU models being managed by the server. 
 This folder contains detailed performance analysis as well as scripts to run SQuAD fine-tuning on BERT model using Triton Inference Server. 
 
 ## Setup