10000 🔖 @hugginface/inference v2.1.3 · huggingface/huggingface.js@9816048 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9816048

Browse files
author
machineuser
committed
🔖 @hugginface/inference v2.1.3
1 parent 135fd72 commit 9816048

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can run our packages with vanilla JS, without any bundler, by using a CDN or
6464
```html
6565

6666
<script type="module">
67-
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@2.1.2/+esm';
67+
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@2.1.3/+esm';
6868
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@0.5.0/+esm";
6969
</script>
7070
```

‎docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can run our packages with vanilla JS, without any bundler, by using a CDN or
6464
```html
6565

6666
<script type="module">
67-
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@2.1.2/+esm';
67+
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@2.1.3/+esm';
6868
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@0.5.0/+esm";
6969
</script>
7070
```

‎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.1.2",
3+
"version": "2.1.3",
44
"license": "MIT",
55
"author": "Tim Mikeladze <tim.mikeladze@gmail.com>",
66
"description": "Typescript wrapper for the Hugging Face Inference API",

0 commit comments

Comments
 (0)
0