sist2 icon indicating copy to clipboard operation
sist2 copied to clipboard

Models are not downloaded in the browser

Open gerroon opened this issue 5 months ago • 4 comments

Device Information (please complete the following information):

  • OS: Ubuntu 20.04, WSL2`
  • Deployment: Docker
  • Browser (if relevant): chromium, firefox windows
  • SIST2 Version: v2.9.0

Describe the bug The models for analyzing documents are not downloaded in the browser

Steps To Reproduce Please be specific!

  1. search for a pdf
  2. click on the info button
  3. select a model and click analyze

Expected behavior It should analyze the document?

Actual Behavior No analyzing happens, no model is downloaded

Screenshots image

image

Additional context

chunk-vendors.js:2 RangeError: offset is out of bounds
    at Uint8ClampedArray.set (<anonymous>)
    at L (index.js:1:12866)
    at async Di.loadModel (index.js:1:95993)
    at async Promise.all (:14090/index 1)
    at async Di.init (index.js:1:95788)
    at async t.getMlModel (index.js:1:99406)
    at async t.mlAnalyze (index.js:1:99788)

gerroon avatar Feb 06 '24 16:02 gerroon