Releases: neuralinternet/compute-subnet
v1.8.0
What's Changed
- Update 1.7.3 by @nauttiilus in #241
- feat: refactor certificate generation script to use temporary extensions file by @mo0haned in #252
- chore: ignore new register-api directory by @donjmilligan in #254
- Feature/cd-1513-ssh-key-endpoint-re-design by @thomas-chu123 in #243
- feat: pre-commit whitespace removal and conventional commit checker (… by @rocky2015aaa in #247
- feat: only whitelisted ips can access to register api. by @EduardoNicoleit in #248
- feature/CSN-409-api-detect-miner-version by @thomas-chu123 in #250
- feature/csn 399 consensus scoring mechanism wandb by @nauttiilus in #259
- Bittensor-version-update by @mo0haned in #251
- fix: fix the response from the miner by adding middleware_cls and enh… by @mo0haned in #263
- Merge pull request #258 from neuralinternet/release/v1.7.4 by @nauttiilus in #264
- Wandb-version-change by @mo0haned in #266
- Score reduction for low tier GPUs by @nauttiilus in #276
- Return-the-miner-version-on-the-Allocation-request by @mo0haned in #275
- chore: quick fix for allocate without ssh considered as test by @mo0haned in #279
- fix(CD-1767): Miner version issue by @mo0haned in #280
- fix(validator.py): change the validator version and miner staking limit by @thomas-chu123 in #289
- fix(csn-582) POG fix on the vali by @mo0haned in #290
- Release/v1.8.0 by @mo0haned in #292
Full Changelog: v1.7.5...v1.8.0
v1.7.5
Score reduction for low tier GPUs
v1.7.2
Hotfix: revert to v1.6.2
v1.7.0
Upgrade to Bittensor v8.5.0
v1.6.1
Validator hotfix.
v1.6.0
New versioning convention starts here: major.minor.patch
Main Features:
Benchmarking / Proof of GPU
Multi GPU Support
v1.5.1
Changes:
miner.py : - The http service is disabled for now. We will use ssh to check for allocation errors, and will kill the stuck docker container if the miner gets stuck in the loop.
validator.py : - Changes the port check logic to use the allocation mechanism, improving performance with Wandb.
v1.4.7
v1.4.6
Comment out the axon serving on the Spec request function which has been replaced with WanDB
v1.4.5
v1.4.5 has a primary purpose of delivering a private GPU Rental API that is used between dashboard and validators for facilitating the ability to rent out GPUs via the the website. We've also pushed some small updates to help improve SN27 as a whole, including:
-
A small fix for automatic update.
-
An allocation score improvement.
-
A fix for WannB run_id recovery.
-
A modified benchmark tool with support for multiple GPU, multi-thread, and random algorithms.