mazed-dev / truthsayer

Second brain for knowledge workers that retains everything you read online and helps you to back up your communication with your source as easily as you might share an anecdote over a coffee.
MIT License
2 stars 2 forks source link

don't do blocking GPU operations & release 0.6.17 #827

Closed SergNikitin closed 1 year ago

SergNikitin commented 1 year ago

Apparently Tensor.dataSync() doesn't have a lot of benefits in an environment that has native support for async/await.

In my local testing that didn't improve performance much, but had a positive impact on UI responsiveness.

akindyakov commented 1 year ago

Feel free to release it straight away, please