Add RPC longhaul paging
This commit is contained in:
@@ -58,7 +58,8 @@ struct longhaul_fixture {
|
||||
sources.push_back({ weights_b, 0, n_experts * expert_size, expert_size, 0 });
|
||||
}
|
||||
cache = std::make_unique<llama_longhaul_cache>(
|
||||
std::move(files), std::move(sources), n_slots, n_experts, 1);
|
||||
std::move(files), std::move(sources), std::vector<llama_model_loader::longhaul_shard>{},
|
||||
n_slots, n_experts, 1, false);
|
||||
}
|
||||
|
||||
~longhaul_fixture() {
|
||||
|
||||
Reference in New Issue
Block a user