Skip to content

Commit 4b67f18

Browse files
authored
fix: typo in gemma2 samples (#3886)
1 parent 7a104f1 commit 4b67f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai-platform/snippets/test/gemma2Prediction.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('Gemma2 predictions', async () => {
5454
sinon.reset();
5555
});
5656

57-
it('should run interference with GPU', async () => {
57+
it('should run inference with GPU', async () => {
5858
const expectedGpuRequest = {
5959
endpoint: gemma2Endpoint,
6060
instances: [
@@ -96,7 +96,7 @@ describe('Gemma2 predictions', async () => {
9696
.to.be.true;
9797
});
9898

99-
it('should run interference with TPU', async () => {
99+
it('should run inference with TPU', async () => {
100100
const expectedTpuRequest = {
101101
endpoint: gemma2Endpoint,
102102
instances: [

0 commit comments

Comments
 (0)