Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Oct 18, 2024
1 parent 9f22511 commit bbb6b6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/entrypoints/offline_mode/test_offline_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"model": "mistralai/Mistral-7B-Instruct-v0.1",
"enforce_eager": True,
"gpu_memory_utilization": 0.50,
"gpu_memory_utilization": 0.95,
"max_model_len": 64,
"max_num_batched_tokens": 64,
"max_num_seqs": 64,
Expand All @@ -36,8 +36,7 @@ def cache_models():
# Cache model files first
for model_config in MODEL_CONFIGS:
LLM(**model_config)

cleanup()
cleanup()

yield

Expand Down

0 comments on commit bbb6b6b

Please sign in to comment.