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
Apparently
Tensor.dataSync()
doesn't have a lot of benefits in an environment that has native support forasync
/await
.In my local testing that didn't improve performance much, but had a positive impact on UI responsiveness.