Skip to content

Commit

Permalink
Added gc collect.
Browse files Browse the repository at this point in the history
  • Loading branch information
popovaan committed Oct 12, 2024
1 parent 8d4e26c commit fdc505b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python_tests/test_vlm_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,7 @@ def streamer(word: str) -> bool:

pipe.finish_chat()
gc.collect()
del pipe
gc.collect()


0 comments on commit fdc505b

Please sign in to comment.