From b1ebb293fdc364a887f25caa879eeca77dc87c78 Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 3 Oct 2023 18:06:50 -0400 Subject: [PATCH] clen up Former-commit-id: 382260035e45fdcae3d607d22af5d0a471602a1a --- mm_agent_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm_agent_example.py b/mm_agent_example.py index 8a7ca8c8..0f8758ae 100644 --- a/mm_agent_example.py +++ b/mm_agent_example.py @@ -1,7 +1,7 @@ from swarms.agents import MultiModalAgent load_dict = { - "ImageCaptioning": "cpu" + "ImageCaptioning": "cudo" } node = MultiModalAgent(load_dict)