generated from opentensor/bittensor-subnet-template
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the rental API function #172
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
thomas-chu123
commented
Aug 2, 2024
- Add fix for automatic update.
- Update allocation score improvement
- Inlcude A fix for WannB run_id recovery
- Update a modified benchmark tool with support for multiple GPU, multi-thread, and random algorithms.
- Add rental API function and update the allocation and container function to support the API
based on CLI version and add API part
1. add register_api.py class 2. add init process in validator.py 3. update wandb for imporve query performance
add python-jose and multipart for JWT authentication
remove the token based auth in order to use cert based auth
add wandb list resource request
1. remove API from validator. 2. improve the access speed
remote the cache to improve the query data
…d wandb 1. enhance the allocate requirement to allow cpu, ram, disk. 2. change the wandb recover mechanism
1. build root CA, service/client certificate generate script. 2. Update register_api.py for CA part
add hotkey input value
add page items support on list all runs, list specs and list available
add invalid data protection
temp workaround bittensor issue and hardcode ip info in axon till bittensor fix the issue
remove async and fix the async/await issue and change the test_api
remove async and fix the async/await issue and change the test_api
# Conflicts: # neurons/validator.py
update note and comment
update note and comment
remove the indeterminate container and prune dangling imagee
…rted create sample image in the container to save time for the allocation.
appen the allocate/de-allocate timing info in the log
This reverts commit 33ecc27
change to 600s
improve the docker stop performance by using SIGTERM, wait event
(cherry picked from commit bb0411c)
check image.tags for exist or not
…d with main update the code to be same as main
…d with main update the code to be same as main
Feature Updates for Version 1.4.5
change allocation check after wandb init
remove websocket package for stability checking
fix: Change the allocation checking after WanDB init and remove the websokcet package.
fix iop issue with docker
1. CD-507: support miner status check 2. CD-508: support miner stats
change the stats flag for display stats data only
append hotkey info
…isplay format and add timeout check 1. change the display format to lower case. 2. add the polling allocate gpu timeout notification
check the file exist before open the file
check the file exist before open the file
fix(miner.py): fix the allocation file is not exist
1. add the notify for the status change. 2. modify the deallocation notify
…om algorithm 1. add multiple GPU usage 2. add random algorithm 3. add threading hashcat 4. add selection menu to support both new feature.
1. enable SSL certificate checking. 2. only display openapi when logging trace enabled.
Dev api new
1. fix the alternative name with ip. 2. change the CN name
support the paging function
…ssh key 1. add restart docker in API 2. add key exchange in API
Change the certificate tool and support docker restart and change SSH key on API
1. add the deallocation retry. 2. add the load notify URL from .env file
fix(register_api.py): add deallocation retry and change the notify URL
nauttiilus
approved these changes
Aug 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. No comments. Great work!
userhasaccess
approved these changes
Aug 5, 2024
nauttiilus
pushed a commit
to nauttiilus/compute-subnet
that referenced
this pull request
Oct 1, 2024
Add rental API functionality
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.