BD Himes
BD Himes
Unfortunately, 2.0.0 would still not be compatible with tensorflow 2.17.0 (`tensorflow 2.17.0 depends on numpy=1.26.0;`) [Tensorflow 2.18.0rc0](https://pypi.org/project/tensorflow/2.18.0rc0/): `Requires-Dist: numpy =1.26.0` It is currently in rc0, which was released 30 September....
Hey there @antonr-p2p, It looks like WAY 2 is resolved in staging. I am looking into the values of WAY 1, and your third example to see what's going on...
For the `return_per_1000` issue: https://github.com/opentensor/subtensor/issues/1151
Cameron thinks the on-chain formula for the per_1000 may be incorrect, as its values are about 10^6 of what they should be
Hey @samsammurphy, The actual codebase size is quite small (roughly 2MB), and has recently decreased substantially. However, it's still going to be around that 330MB mark in total size because...
Sorry about this. The btcli has moved to its own [repo](https://github.com/opentensor/btcli). If you would like to port this feature to the new btcli, we can certainly review that.
> This seems to be implemented as we are polishing the dynamic branch :) What do you mean?
> I'm leaning towards doing an unclean closure, either with `fail()` or simply by closing the socket. What do you think? > > For completeness, we must do the same...
Fixed in 8.4 by #2366
Ran into similar problems with our own implementation. I've fixed most of them. Will update the PR this week.