Skip to content

Commit

Permalink
Fix naming and lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Oct 21, 2024
1 parent 09142bf commit c5061bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/nvidia_nim/nvidia_nim_nvclip/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NVIDIA NVCLIP
# NVIDIA NV-CLIP

NV-CLIP is a multimodal embeddings model for image and text and this is a sample application that shows how to use the OpenAI SDK with NVIDIA Inference Microservice (NIM). Whether you are using a NIM from [build.nvidia.com/](https://build.nvidia.com/) or a self-hosted NIM, this sample application will work for both.

Expand Down
2 changes: 1 addition & 1 deletion applications/nvidia_nim/nvidia_nim_nvclip/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import logging
import os
import sys
import torch

import requests.exceptions
import torch
from halo import Halo
from holoscan.core import Application, Operator, OperatorSpec
from openai import APIConnectionError, AuthenticationError, OpenAI
Expand Down
2 changes: 1 addition & 1 deletion applications/nvidia_nim/nvidia_nim_nvclip/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"application": {
"name": "NVCLIP NIM",
"name": "NV-CLIP NIM",
"authors": [
{
"name": "Holoscan Team",
Expand Down

0 comments on commit c5061bb

Please sign in to comment.