Former-commit-id: 81d02a6103
jojo-group-chat
Kye 1 year ago
parent 4cfe966883
commit fb3e158ee8

@ -42,7 +42,6 @@ Please refer to the corresponding paper, "Large-Scale Domain-Specific Pretrainin
""" """
import open_clip import open_clip
import glob
import torch import torch
from PIL import Image from PIL import Image
import matplotlib.pyplot as plt import matplotlib.pyplot as plt

@ -1,7 +1,11 @@
import torch from unittest.mock import MagicMock, patch
import pytest import pytest
from unittest.mock import patch, MagicMock import torch
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 # Fixture for the class instance

Loading…
Cancel
Save