Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681659640
  • Loading branch information
MediaPipe Team authored and copybara-github committed Oct 3, 2024
1 parent 4681a0a commit 8dc0230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mediapipe/tasks/web/genai/llm_inference/llm_inference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ export class LlmInference extends TaskRunner {
requiredLimits: {
'maxStorageBufferBindingSize': MAX_STORAGE_BUFFER_BINDING_SIZE_FOR_LLM,
'maxBufferSize': maxBufferSize,
'maxStorageBuffersPerShaderStage':
adapter.limits.maxStorageBuffersPerShaderStage,
},
};

Expand Down

0 comments on commit 8dc0230

Please sign in to comment.