From fdc505b180b9c070287d81a12e609ea49aab32ec Mon Sep 17 00:00:00 2001 From: Anastasiia Pnevskaia Date: Sat, 12 Oct 2024 08:43:31 +0200 Subject: [PATCH] Added gc collect. --- tests/python_tests/test_vlm_api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/python_tests/test_vlm_api.py b/tests/python_tests/test_vlm_api.py index 8d1d6a7442..08430b419c 100644 --- a/tests/python_tests/test_vlm_api.py +++ b/tests/python_tests/test_vlm_api.py @@ -105,5 +105,7 @@ def streamer(word: str) -> bool: pipe.finish_chat() gc.collect() + del pipe + gc.collect()