Skip to content

Conversation

manuongithub
Copy link
Contributor

web-llm's chrome extension not working with manifest version 3 and Google will be stopping manifest version 2 in January, 2024

The chrome extension isn't working because of use of evals in code. using -s NO_DYNAMIC_EXECUTION=1 removes eval() and new Function() from generated code

refer: discussions in mlc-ai/web-llm#214

web-llm's chrome extension not working with manifest version 3 and Google will be stopping manifest version 2 in January, 2024

The chrome extension isn't working because of use of evals in code. using -s NO_DYNAMIC_EXECUTION=1 removes eval() and new Function() from generated code

refer: discussions in mlc-ai/web-llm#214
@tqchen tqchen merged commit 08316ea into mlc-ai:main Nov 18, 2023
@tqchen
Copy link
Contributor

tqchen commented Nov 18, 2023

cc @CharlieFRuan @sudeepag do you mind help release a new version in npm

@CharlieFRuan
Copy link
Member

@tqchen @manuongithub Just published 0.1.2 https://www.npmjs.com/package/@mlc-ai/web-tokenizers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants