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
When setting "threads": "auto" in config.json it picks all minus 1
But say you use "threads": "1" it still uses all minus 1
I have updated it on my fork to use all threads available in "threads": "auto" and work properly when using numbers too "threads": "1" now uses 1 thread
The text was updated successfully, but these errors were encountered:
When setting
"threads": "auto"
in config.json it picks all minus 1But say you use
"threads": "1"
it still uses all minus 1I have updated it on my fork to use all threads available in
"threads": "auto"
and work properly when using numbers too"threads": "1"
now uses1
threadThe text was updated successfully, but these errors were encountered: