Skip to content

Commit 481aeff

Browse files
committed
fix xpass by fixing a place where i forgot to pass prefix_sharing_algorithm in conftest.py
1 parent 67bcc86 commit 481aeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app_tests/integration_tests/llm/shortfin/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def model_test_dir(request, tmp_path_factory):
8787
"paged_kv_cache": {
8888
"block_seq_stride": 16,
8989
"device_block_count": 256,
90-
"prefix_sharing_algorithm": "none",
90+
"prefix_sharing_algorithm": prefix_sharing_algorithm,
9191
},
9292
}
9393
logger.info(f"Saving edited config to: {edited_config_path}\n")

0 commit comments

Comments
 (0)