Skip to content

Commit a32260f

Browse files
committed
🔖 @huggingface/inference 3.3.3
1 parent e6b4ba2 commit a32260f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You can run our packages with vanilla JS, without any bundler, by using a CDN or
9696

9797
```html
9898
<script type="module">
99-
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@3.3.2/+esm';
99+
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@3.3.3/+esm';
100100
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@1.0.1/+esm";
101101
</script>
102102
```

‎packages/inference/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/inference",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"packageManager": "pnpm@8.10.5",
55
"license": "MIT",
66
"author": "Tim Mikeladze <tim.mikeladze@gmail.com>",

0 commit comments

Comments
 (0)