Skip to content

Commit 1d025db

Browse files
committed
🔖 @huggingface/inference 3.1.0
1 parent a527a52 commit 1d025db

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

9696
```html
9797
<script type="module">
98-
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@3.0.1/+esm';
98+
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@3.1.0/+esm';
9999
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/+esm";
100100
</script>
101101
```

‎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.0.1",
3+
"version": "3.1.0",
44
"packageManager": "[email protected]",
55
"license": "MIT",
66
"author": "Tim Mikeladze <[email protected]>",

0 commit comments

Comments
 (0)