Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fa8667

Browse files
committed
🔖 @huggingface/hub 2.4.0
1 parent6ec4906 commit5fa8667

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can run our packages with vanilla JS, without any bundler, by using a CDN or
9999
```html
100100
<scripttype="module">
101101
import {InferenceClient }from'https://cdn.jsdelivr.net/npm/@huggingface/inference@4.4.0/+esm';
102-
import {createRepo,commit,deleteRepo,listFiles }from"https://cdn.jsdelivr.net/npm/@huggingface/hub@2.3.0/+esm";
102+
import {createRepo,commit,deleteRepo,listFiles }from"https://cdn.jsdelivr.net/npm/@huggingface/hub@2.4.0/+esm";
103103
</script>
104104
```
105105

‎packages/hub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"@huggingface/hub",
33
"packageManager":"pnpm@10.10.0",
4-
"version":"2.3.0",
4+
"version":"2.4.0",
55
"description":"Utilities to interact with the Hugging Face hub",
66
"repository":"https://github.com/huggingface/huggingface.js.git",
77
"publishConfig": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp