You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For comparison, here's langchain at ~36MB: https://pkg-size.dev/langchain but we should be a lot slimmer than this. Langchain's not even loading the full tiktoken WASM lib; they're using the 6.6MB js-tiktoken.
This issue may end up just being resolved by improving tiktoken's WASM bundle size upstream, but I wanted to track it while it's top of mind for gptlint.
The text was updated successfully, but these errors were encountered:
Currently sitting at ~17MB with 14MB coming from
tiktoken
: https://pkg-size.dev/@dexaai%2FdexterSee also dqbd/tiktoken#68
For comparison, here's langchain at ~36MB: https://pkg-size.dev/langchain but we should be a lot slimmer than this. Langchain's not even loading the full
tiktoken
WASM lib; they're using the 6.6MBjs-tiktoken
.This issue may end up just being resolved by improving
tiktoken
's WASM bundle size upstream, but I wanted to track it while it's top of mind forgptlint
.The text was updated successfully, but these errors were encountered: