Skip to content

Commit 0870c36

Browse files
committed
Fix typo
Signed-off-by: Sasha Meister <ameister@nvidia.com>
1 parent 0cedf9e commit 0870c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdp/processors/inference/nlp/fasttext/fasttext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(
7171

7272
def _download_model(self):
7373
"""Downloads the FastText model from a predefined URL and stores it in the cache directory."""
74-
model_url = self.SUPPROTED_MODELS_URLS[self.model_name_or_path]
74+
model_url = self.SUPPORTED_MODELS_URLS[self.model_name_or_path]
7575
logger.info(f'Downloading {self.model_name_or_path}..')
7676
response = requests.get(model_url)
7777

0 commit comments

Comments
 (0)