fix format

add-token-draft-v2
Meng Zhang 2023-11-29 16:54:33 +08:00
parent 8c0afa458c
commit a42fde18ac
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ struct Request {
Request(size_t request_id, std::vector<llama_token> input_token_ids) :
id(request_id),
tokens(input_token_ids.begin(), input_token_ids.end()) {
}
}
uint32_t id = -1;
llama_seq_id seq_id = -1;