Skip to content

Commit

Permalink
Fix examples: DialoGPT, Stable Diffusion
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrm-nvidia committed Jan 11, 2024
1 parent 69029b2 commit 1703c94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/huggingface_dialogpt_streaming_pytorch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ See the License for the specific language governing permissions and
limitations under the License.
-->

# HuggingFace BART PyTorch Model
# HuggingFace DialoGPT streaming

## Overview

The example presents a HuggingFace BART PyTorch model inference.
The example presents a [DialoGPT](https://huggingface.co/microsoft/DialoGPT-small) model inference. The model is downloaded from HuggingFace.

Example consists of following scripts:

Expand Down
4 changes: 2 additions & 2 deletions examples/huggingface_stable_diffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ The step-by-step guide:

4. Open new terminal tab (ex. `Ctrl + T` on Ubuntu) or window
5. Go to the example directory
6. Run the `client.sh` to perform queries on model:
6. Run the `client.py` to perform queries on model:

```shell
./client.sh
./client.py
```

## Running example on Kubernetes cluster
Expand Down

0 comments on commit 1703c94

Please sign in to comment.