From 8ab5781c83df644dad60764925cd5047ef1618c4 Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 20 Sep 2023 23:22:42 -0400 Subject: [PATCH] clean up --- swarms/models/huggingface.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swarms/models/huggingface.py b/swarms/models/huggingface.py index 36ee81f1..cbf69fa8 100644 --- a/swarms/models/huggingface.py +++ b/swarms/models/huggingface.py @@ -1,3 +1,5 @@ +#this is copied and pasted from exa, https://github.com/kyegomez/Exa + import logging import torch