We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59269a6 commit e00177aCopy full SHA for e00177a
extension/benchmark/apple/Benchmark/Tests/LLM/LLMTests.mm
@@ -102,7 +102,7 @@ @implementation LLMTests
102
block:^{
103
tokensPerSecondMetric.tokenCount = 0;
104
BOOL status = [runner generateWithPrompt:@"Once upon a time"
105
- config:[[ExecuTorchLLMGenerationConfig alloc] initWithBlock:^(ExecuTorchLLMGenerationConfig *config) {
+ config:[[ExecuTorchLLMConfig alloc] initWithBlock:^(ExecuTorchLLMConfig *config) {
106
config.sequenceLength = 50;
107
}]
108
tokenCallback:^(NSString *token) {
0 commit comments