Hi,
I am new to Streamlit and when I follow the instruction :
Streamlit hello
I get this message:
numexpr.utils: Note: NumExpr detected 16 cores but “NUMEXPR_MAX_THREADS” not set, so enforcing safe limit of 8.
What should I do ?
thx
Hi,
I am new to Streamlit and when I follow the instruction :
Streamlit hello
I get this message:
numexpr.utils: Note: NumExpr detected 16 cores but “NUMEXPR_MAX_THREADS” not set, so enforcing safe limit of 8.
What should I do ?
thx
Nothing to do here, it is just warning you that NumExpr is defaulting to using 8 cores because it is safe. As far as I know, Streamlit does not have a command line parameter to force NumExpr to use a specific number of cores.