@ -42,7 +42,6 @@ Please refer to the corresponding paper, "Large-Scale Domain-Specific Pretrainin
"""
import open_clip
import glob
import torch
from PIL import Image
import matplotlib.pyplot as plt
@ -1,7 +1,11 @@
from unittest.mock import MagicMock, patch
import pytest
from unittest.mock import patch, MagicMock
from swarms.models.huggingface import HuggingfaceLLM # Replace with the actual import path
from swarms.models.huggingface import (
HuggingfaceLLM, # Replace with the actual import path
)
# Fixture for the class instance