Skip to content

Commit

Permalink
Enable HPUGraphs for lora long-contexts tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjuCSudhakaran committed Nov 4, 2024
1 parent 6643aa6 commit 0cc72b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/lora/test_long_context_hpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def lora_llm(long_context_infos):
long_lora_scaling_factors=tuple(scaling_factors),
max_num_batched_tokens=4096 * 8,
tensor_parallel_size=1,
enforce_eager=True, # TODO Remove after SW-205153 is fixed
dtype="bfloat16",
disable_async_output_proc=True, # TODO Remove after SW-204469 is fixed.
distributed_executor_backend="mp")
Expand Down

0 comments on commit 0cc72b9

Please sign in to comment.