Skip to content

Commit 71b6b87

Browse files
committed
fix typo
1 parent ca5634f commit 71b6b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llm2clip/eva_clip/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
P""" CLIP Model
1+
""" CLIP Model
22
33
Adapted from https://github.com/openai/CLIP. Originally MIT License, Copyright (c) 2021 OpenAI.
44
"""
@@ -13,7 +13,7 @@
1313
from torch import nn
1414

1515
try:
16-
from .hf_model import HFTextEncoder
16+
from .hf_model import HFTextEncoder
1717
except:
1818
HFTextEncoder = None
1919
from .modified_resnet import ModifiedResNet

0 commit comments

Comments
 (0)