Skip to content

Commit f1a6593

Browse files
committed
skip gpt2 for now
1 parent d9fe863 commit f1a6593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/inference/test/InferenceClient.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ describe.concurrent("InferenceClient", () => {
376376
);
377377
});
378378

379-
it("textGeneration - gpt2", async () => {
379+
it.skip("textGeneration - gpt2", async () => {
380380
expect(
381381
await hf.textGeneration({
382382
model: "gpt2",
@@ -387,7 +387,7 @@ describe.concurrent("InferenceClient", () => {
387387
});
388388
});
389389

390-
it("textGeneration - openai-community/gpt2", async () => {
390+
it.skip("textGeneration - openai-community/gpt2", async () => {
391391
expect(
392392
await hf.textGeneration({
393393
model: "openai-community/gpt2",

0 commit comments

Comments
 (0)