Skip to content

Commit 96b4436

Browse files
committed
🔖 @hugginface/inference 2.6.7
1 parent dfb73cc commit 96b4436

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

8686
```html
8787
<script type="module">
88-
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/[email protected].6/+esm';
88+
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/[email protected].7/+esm';
8989
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/+esm";
9090
</script>
9191
```

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

0 commit comments

Comments
 (0)