Skip to content

Commit

Permalink
fix xpass by fixing a place where i forgot to pass prefix_sharing_alg…
Browse files Browse the repository at this point in the history
…orithm in conftest.py
  • Loading branch information
renxida committed Dec 2, 2024
1 parent 67bcc86 commit 481aeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_tests/integration_tests/llm/shortfin/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def model_test_dir(request, tmp_path_factory):
"paged_kv_cache": {
"block_seq_stride": 16,
"device_block_count": 256,
"prefix_sharing_algorithm": "none",
"prefix_sharing_algorithm": prefix_sharing_algorithm,
},
}
logger.info(f"Saving edited config to: {edited_config_path}\n")
Expand Down

0 comments on commit 481aeff

Please sign in to comment.