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 d6bf892 commit b93d276Copy full SHA for b93d276
packages/inference/test/HfInference.spec.ts
@@ -17,7 +17,6 @@ if (!env.HF_TOKEN) {
17
console.warn("Set HF_TOKEN in the env to run the tests for better rate limits");
18
}
19
20
-// add skip on all tests that are not nscale
21
describe.concurrent("HfInference", () => {
22
// Individual tests can be ran without providing an api key, however running all tests without an api key will result in rate limiting error.
23
0 commit comments