@huggingface/inference
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -546,3 +546,3 @@ "use strict"; | ||
// ../shared/src/base64FromBytes.ts | ||
// src/utils/base64FromBytes.ts | ||
function base64FromBytes(arr) { | ||
@@ -549,0 +549,0 @@ if (globalThis.Buffer) { |
{ | ||
"name": "@huggingface/inference", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Tim Mikeladze <tim.mikeladze@gmail.com>", |
@@ -5,3 +5,3 @@ import { InferenceOutputError } from "../../lib/InferenceOutputError"; | ||
import type { RequestArgs } from "../../types"; | ||
import { base64FromBytes } from "../../../../shared/src/base64FromBytes"; | ||
import { base64FromBytes } from "../../utils/base64FromBytes"; | ||
import { toArray } from "../../utils/toArray"; | ||
@@ -8,0 +8,0 @@ |
import { InferenceOutputError } from "../../lib/InferenceOutputError"; | ||
import type { BaseArgs, Options, RequestArgs } from "../../types"; | ||
import { request } from "../custom/request"; | ||
import { base64FromBytes } from "../../../../shared/src/base64FromBytes"; | ||
import { base64FromBytes } from "../../utils/base64FromBytes"; | ||
@@ -6,0 +6,0 @@ export type VisualQuestionAnsweringArgs = BaseArgs & { |
Sorry, the diff of this file is not supported yet
123035
45
3165