pull/91/head
Kye 1 year ago
parent fea0eeebc9
commit 81d02a6103

@ -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 @@
import torch
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
import torch
from swarms.models.huggingface import (
HuggingfaceLLM, # Replace with the actual import path
)
# Fixture for the class instance

Loading…
Cancel
Save