Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
fix test compressed.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic committed Jun 12, 2024
1 parent 041b5c1 commit cb285f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/models/test_compressed.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"""

import pytest
import gc

from tests.models.utils import check_logprobs_close

Expand Down Expand Up @@ -40,6 +41,8 @@ def test_models(
example_prompts, max_tokens, num_logprobs)
del sparse_model

gc.collect()

dense_model = vllm_runner(model_name=model_name,
sparsity=None,
dtype=dtype,
Expand Down

0 comments on commit cb285f4

Please sign in to comment.