feat(nodejs): huggingface compatible transformers (#1462)

This commit is contained in:
Cory Grinstead
2024-07-26 12:54:15 -07:00
committed by GitHub
parent 9555efacf9
commit fbfe2444a8
12 changed files with 1806 additions and 52 deletions

View File

@@ -32,12 +32,13 @@
},
"license": "Apache 2.0",
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.33.0",
"@aws-sdk/client-kms": "^3.33.0",
"@aws-sdk/client-s3": "^3.33.0",
"@aws-sdk/client-dynamodb": "^3.33.0",
"@biomejs/biome": "^1.7.3",
"@jest/globals": "^29.7.0",
"@napi-rs/cli": "^2.18.3",
"@types/axios": "^0.14.0",
"@types/jest": "^29.1.2",
"@types/tmp": "^0.2.6",
"apache-arrow-13": "npm:apache-arrow@13.0.0",
@@ -53,8 +54,7 @@
"typedoc": "^0.26.4",
"typedoc-plugin-markdown": "^4.2.1",
"typescript": "^5.3.3",
"typescript-eslint": "^7.1.0",
"@types/axios": "^0.14.0"
"typescript-eslint": "^7.1.0"
},
"ava": {
"timeout": "3m"
@@ -85,6 +85,7 @@
"reflect-metadata": "^0.2.2"
},
"optionalDependencies": {
"@xenova/transformers": ">=2.17 < 3",
"openai": "^4.29.2"
},
"peerDependencies": {