@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "swarms"
version = "3.4.1"
version = "3.4.2"
description = "Swarms - Pytorch"
license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"]
@ -189,7 +189,6 @@ class HuggingfaceLLM(AbstractLLM):
self.model_id, *args, **kwargs
).to(self.device)
def print_error(self, error: str):
"""Print error"""
print(colored(f"Error: {error}", "red"))