Replies: 1 comment
-
Unfortunately it's Pyodide's nature and alaik there is no workaround for it now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone !
tl; dr: stlite app.exe works well, however uses only 1 cpu which makes it run slow
I am in the process of making a .exe application that runs deep learning models (using opencv dnn module). However,
while with a pure streamlit use in a web browser the inference of my model seems to properly use all available cpu cores, in the stlite app, the python command os.cpu_count() returns 1 and indeed, the inference is very slow.
I was wondering if it is a bug, if it is something expected or I I haven't configured my package.json proplerly.
I thank you in advance for your help,
cheers,
B.
Beta Was this translation helpful? Give feedback.
All reactions