Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bachvudinh committed Aug 6, 2024
1 parent 9701f35 commit c180953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def setUpClass(cls):
print(f"Found {model_save_dir}. Skipping download.")
# Model loading using vllm
cls.tokenizer = AutoTokenizer.from_pretrained(model_save_dir)
cls.llm = LLM(model_save_dir, tokenizer=model_save_dir, gpu_memory_utilization=-1)
cls.llm = LLM(model_save_dir, tokenizer=model_save_dir)

# Load dataset
data_save_dir = os.path.join(args.cache_dir, args.data_dir)
Expand Down

0 comments on commit c180953

Please sign in to comment.