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
exportclassProxyCache{constructor(){}asyncmatch(request: string): Promise<FileResponse|undefined>{// request maybe undefined in model request}}env.customCache=newProxyCache()
in 3.3.3 worked in 3.4.0 will receive undefined
not all undefined, But it's an additional undefined call
Reproduction
use customCache
request Xenova/bge-base-zh-v1.5
match method receive undefined and throw error
The text was updated successfully, but these errors were encountered:
System Info
electron 32.2.7
windows 10 19045.4717
Environment/Platform
Description
in
3.3.3
worked in3.4.0
will receive undefinednot all undefined, But it's an additional undefined call
Reproduction
Xenova/bge-base-zh-v1.5
The text was updated successfully, but these errors were encountered: