diff --git a/unstructured/utils.py b/unstructured/utils.py index 523fcd4a01..f83f8831a2 100644 --- a/unstructured/utils.py +++ b/unstructured/utils.py @@ -292,6 +292,7 @@ def scarf_analytics(): + "&gpu=" + str(gpu_present) + "&dev=true", + timeout=10, ) else: requests.get( @@ -306,6 +307,7 @@ def scarf_analytics(): + "&gpu=" + str(gpu_present) + "&dev=false", + timeout=10, ) except Exception: pass