Former-commit-id: b40e0cdd69
pull/47/head
Kye 1 year ago
parent 3fe621e4a7
commit 1d57b10936

@ -2,7 +2,7 @@ import pytest
import torch
from unittest.mock import Mock, MagicMock
from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig
from your_module import HuggingFaceLLM # replace with actual import
from swarms.agents.models.hf import HuggingFaceLLM # replace with actual import
@pytest.fixture

Loading…
Cancel
Save