Makes installable from pip using git url#17
Closed
ronald-d-rogers wants to merge 2 commits intoPrimeIntellect-ai:mainfrom
Closed
Makes installable from pip using git url#17ronald-d-rogers wants to merge 2 commits intoPrimeIntellect-ai:mainfrom
ronald-d-rogers wants to merge 2 commits intoPrimeIntellect-ai:mainfrom
Conversation
makes directly installable from pip without having to clone first
Member
|
pypi soon, getting close to the level of stability where i'm ready to call it a "v0.1 release" :) |
Author
|
@willccbb: No worries. This will make it installable from a git url in the mean time I think. |
Member
|
I'm not really intending to support install methods other than the one described in the README for now, sorry. Adds more overhead + testing, and I think people will generally want to clone it anyway at this stage. It's intended to be used for research, and the easiest way to do that is to play with the example scripts. |
ronaldnetawat
pushed a commit
to ronaldnetawat/verifiers
that referenced
this pull request
Nov 13, 2025
* Implement HTTPMonitor to send node status and training progress (PrimeIntellect-ai#17) * Implement HTTPMonitor to send node status and training progress to generic HTTP Server * Address PR comments * Track stage of training in monitor * fix logger in http monitor * make default monitor wandb * Send IP information to HTTPMonitor * Fix ruff issues * Separate metric logger and monitors * Minor bug fix * Revert metric_logger setup to initial impl * Update monitor config setup --------- Co-authored-by: Sami Jaghouar <sami.jaghouar@hotmail.fr> * Fix bug where HTTP Monitor wasn't handling async funcs properly (PrimeIntellect-ai#38) * Fix minor rebase issue * Fix ruff issues * Fix rebase issues --------- Co-authored-by: Sami Jaghouar <sami.jaghouar@hotmail.fr>
This file contains hidden or 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
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.
Makes directly installable from pip without having to clone first