Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 11bcec3

Browse files
committedSep 30, 2024·
update package.json for llm stuff
1 parent ad6c025 commit 11bcec3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎doctests/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"private": true,
77
"type": "module",
88
"dependencies": {
9-
"redis": "../"
9+
"redis": "../",
10+
"@xenova/transformers": "^2.17.2"
1011
}
1112
}
1213

0 commit comments

Comments
 (0)
Please sign in to comment.