-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update transformers.js to use Hugging Face library (#880)
* refresh transformers.js * dont' force changelog with prediciotn * refactor: ♻️ remove max_new_tokens from generator call
- Loading branch information
Showing
11 changed files
with
431 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ trapi.md | |
.env.local | ||
genaiscript.config.yaml | ||
packages/core/*.temp.* | ||
*.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1464,7 +1464,7 @@ available under the Apache 2.0 license (https://github.com/puppeteer/puppeteer/b | |
|
||
The following npm package may be included in this product: | ||
|
||
- [email protected].2 | ||
- [email protected].3 | ||
|
||
This package contains the following license: | ||
|
||
|
@@ -1670,7 +1670,7 @@ The following npm packages may be included in this product: | |
|
||
- @types/http-cache-semantics@4.0.4 | ||
- @types/node@16.9.1 | ||
- @types/node@22.9.0 | ||
- @types/node@22.9.1 | ||
- @types/turndown@5.0.5 | ||
- @types/yauzl@2.10.3 | ||
|
||
|
@@ -1702,7 +1702,7 @@ MIT License | |
|
||
The following npm package may be included in this product: | ||
|
||
- [email protected].1 | ||
- [email protected].2 | ||
|
||
This package contains the following license: | ||
|
||
|
@@ -4862,9 +4862,9 @@ The following npm packages may be included in this product: | |
- @tokenizer/token@0.3.0 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected].1 | ||
- [email protected].1 | ||
- [email protected].1 | ||
- [email protected].2 | ||
- [email protected].2 | ||
- [email protected].2 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
@@ -5546,7 +5546,7 @@ SOFTWARE. | |
|
||
The following npm package may be included in this product: | ||
|
||
- @azure/msal-node@2.16.1 | ||
- @azure/msal-node@2.16.2 | ||
|
||
This package contains the following license: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.