Former-commit-id: 77cc577811e32891fed8883483b2caf2c7575ffb
pull/160/head
Kye 2 years ago
parent 7af67791eb
commit 5862ea9c74

@ -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