Skip to content

Commit 9ca4999

Browse files
authored
Merge branch 'main' into xet-download-optim
2 parents 31845f5 + e5e8eb6 commit 9ca4999

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/ollama-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@huggingface/ollama-utils",
33
"packageManager": "[email protected]",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"description": "Various utilities for maintaining Ollama compatibility with models on Hugging Face hub",
66
"repository": "https://github.com/huggingface/huggingface.js.git",
77
"publishConfig": {

packages/ollama-utils/scripts/generate-automap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const getSpecialTokens = (tmpl: string): string[] => {
216216
// This file is auto generated, please do not modify manually
217217
// To update it, run "pnpm run build:automap"
218218
219-
import { OllamaChatTemplateMapEntry } from "./types";
219+
import type { OllamaChatTemplateMapEntry } from "./types";
220220
221221
/**
222222
* Skipped these models due to error:

packages/ollama-utils/src/chat-template-automap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is auto generated, please do not modify manually
22
// To update it, run "pnpm run build:automap"
33

4-
import { OllamaChatTemplateMapEntry } from "./types";
4+
import type { OllamaChatTemplateMapEntry } from "./types";
55

66
/**
77
* Skipped these models due to error:

packages/tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@huggingface/tasks",
33
"packageManager": "[email protected]",
4-
"version": "0.17.6",
4+
"version": "0.17.7",
55
"description": "List of ML tasks for huggingface.co/tasks",
66
"repository": "https://github.com/huggingface/huggingface.js.git",
77
"publishConfig": {

0 commit comments

Comments
 (0)