Skip to content

Commit 2944f55

Browse files
authored
fix import for org. model config
1 parent 086491b commit 2944f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp-ft-C-convert-GmP-back-to-weight.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import torch
22
import torch.nn.functional as F
3-
from gmpclip.modeloriginal import CLIP # Make sure this imports the original CLIP class definition
3+
from orgclip.modeloriginal import CLIP # Make sure this imports the original CLIP class definition
44

55
def convert_back_to_original(state_dict):
66
new_state_dict = {}

0 commit comments

Comments
 (0)