8000 🔖 @huggingface/inference 3.6.2 · huggingface/huggingface.js@c052632 · GitHub
[go: up one dir, main page]

Skip to content

Commit c052632

Browse files
committed
🔖 @huggingface/inference 3.6.2
1 parent a93de9c commit c052632

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
@@ -97,7 +97,7 @@ You can run our packages with vanilla JS, without any bundler, by using a CDN or
9797

9898
```html
9999
<script type="module">
100-
import { InferenceClient } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@3.6.1/+esm';
100+
import { InferenceClient } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@3.6.2/+esm';
101101
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@1.1.2/+esm";
102102
</script>
103103
```

‎packages/inference/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/inference",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"packageManager": "pnpm@8.10.5",
55
"license": "MIT",
66
"author": "Hugging Face and Tim Mikeladze <tim.mikeladze@gmail.com>",

0 commit comments

Comments
 (0)
0