[Tasks] udpate codeowner for eval.ts (#2198)
Adding @NathanHB and me as codeowners. So @NathanHB, whenever you approve a pr on that file, I can merge & release it.
[!NOTE] Low Risk Documentation-only governance change with no runtime or security impact.
Overview Adds a file-specific CODEOWNERS entry for
packages/tasks/src/eval.ts, assigning @krampstudio, @NathanHB, @gary149, @julien-c, and @pcuenca as required reviewers for that path (in addition to the broader/packages/tasks/owners).No application or library code changes—only GitHub review routing for the tasks package eval framework registry.
Reviewed by Cursor Bugbot for commit 9f969a0f9d8a7d470d3bce56cc78db873440bb90. Bugbot is set up for automated code reviews on this repo. Configure here.
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
Hugging Face JS libraries
This is a collection of JS libraries to interact with the Hugging Face API, with TS types included.
mini_headeroutside Hugging FaceWe use modern features to avoid polyfills and dependencies, so the libraries will only work on modern browsers / Node.js >= 18 / Bun / Deno.
The libraries are still very young, please help us by opening issues!
Installation
From NPM
To install via NPM, you can download the libraries as needed:
Then import the libraries in your code:
From CDN or Static hosting
You can run our packages with vanilla JS, without any bundler, by using a CDN or static hosting. Using ES modules, i.e.
<script type="module">, you can import the libraries in your code:Deno
Usage examples
Get your HF access token in your account settings.
@huggingface/inference examples
@huggingface/hub examples
@huggingface/mcp-client example
There are more features of course, check each library’s README!
Formatting & testing
Building
This will generate ESM and CJS javascript files in
packages/*/dist, egpackages/inference/dist/index.mjs.