Skip to content

Commit

Permalink
fix: typo in gemma2 samples (#3886)
Browse files Browse the repository at this point in the history
  • Loading branch information
gryczj authored Sep 27, 2024
1 parent 7a104f1 commit 4b67f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai-platform/snippets/test/gemma2Prediction.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('Gemma2 predictions', async () => {
sinon.reset();
});

it('should run interference with GPU', async () => {
it('should run inference with GPU', async () => {
const expectedGpuRequest = {
endpoint: gemma2Endpoint,
instances: [
Expand Down Expand Up @@ -96,7 +96,7 @@ describe('Gemma2 predictions', async () => {
.to.be.true;
});

it('should run interference with TPU', async () => {
it('should run inference with TPU', async () => {
const expectedTpuRequest = {
endpoint: gemma2Endpoint,
instances: [
Expand Down

0 comments on commit 4b67f18

Please sign in to comment.