Skip to content

Commit

Permalink
Update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani committed Apr 25, 2024
1 parent fdd5d43 commit ee3e1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/c/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void WriteE2EStats(std::string_view label,
<< "\n";
}

std::string GeneratePrompt(size_t num_prompt_tokens, const OgaModel& model, const OgaTokenizer& tokenizer) {
std::string GeneratePrompt(size_t num_prompt_tokens, OgaModel& model, const OgaTokenizer& tokenizer) {
const char* const base_prompt = "A";
auto base_prompt_sequences = OgaSequences::Create();

Expand Down

0 comments on commit ee3e1a5

Please sign in to comment.