Skip to content
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

chore: docker revamp #99

Open
wants to merge 28 commits into
base: dev
Choose a base branch
from
Open

chore: docker revamp #99

wants to merge 28 commits into from

Conversation

Tedbees
Copy link
Contributor

@Tedbees Tedbees commented Dec 12, 2024

No description provided.

jarvis8x7b and others added 10 commits December 10, 2024 17:40
* feat: simulator

* chore: ruff lint

* fix: scoring interval

* refactor: migrate score data from db to .pt file

* fix: add VALIDATOR_MIN_STAKE in environment

* feat: added script to inspect score

* fix: fixed from PR feedback

* fix: fixed linter issue, and commitizen

* feat: add dataset collection endpoint, script to scrape validator db (#78)

* feat: add validator api dataset service, extract dataset script

build: add deps for dataset service
build: add docker compose services & entrypoints

* chore: remove test script

* chore: fix comment

* chore: update readme and env example

* fix: add auth

* refactor: add hotkey to filename

* chore: format toml

* fix: minersim task scoring, validatorsim  subtensor retry mechanism and dendrite forward timeout

* chore: ruff lint

* fix: ground truth arr ordering

* perf: increase timeout

* fix: negative stride error from scoring (#86)

* fix: add .copy() when creating tensors from np array

* chore: deleted duplicate logs

* fix: wandb now storing final scores correctly (#87)

* fix: wandb missing final scores (#88)

* fix: wandb now storing final scores correctly

* fix: cast scores from tensor.float to primitive float

* chore: commitizen ci actions (#92)

* ci: add conventional commits CI

* refactor: edits from pr feedback

* perf: add subtensor retries (#90)

* perf: add subtensor retries

* fix: add retries to sync function

* chore: updated pyproject for dev dependencies (#94)

- added tabulate, and termcolor in dev dependencies
- fixed insepect_score.py using wrong file name

* fix: use correct dimension when calculating mean scores

---------

Co-authored-by: tedbee <tedbee@tensorplex.ai>
Co-authored-by: karootplx <karoo@tensorplex.ai>
Co-authored-by: codebender <167290009+codebender37@users.noreply.github.com>
Co-authored-by: mediumsizeworkingdog <mediumsizeworkingdog@tensorplex.ai>
## [1.5.0](v1.4.2...v1.5.0) (2024-12-10)

### Features

* add dataset collection endpoint, script to scrape validator db ([#78](#78)) ([1b4ef9e](1b4ef9e))
* added script to inspect score ([f9dd7e4](f9dd7e4))
* simulator ([ed110e3](ed110e3))

### Bug Fixes

* add VALIDATOR_MIN_STAKE in environment ([84774a4](84774a4))
* fixed from PR feedback ([23d085a](23d085a))
* fixed linter issue, and commitizen ([553ad66](553ad66))
* ground truth arr ordering ([75f008a](75f008a))
* minersim task scoring, validatorsim  subtensor retry mechanism and dendrite forward timeout ([956f5cf](956f5cf))
* negative stride error from scoring ([#86](#86)) ([50c86c6](50c86c6))
* scoring interval ([94e050b](94e050b))
* use correct dimension when calculating mean scores ([2f30931](2f30931))
* wandb missing final scores ([#88](#88)) ([0d8b93d](0d8b93d))
* wandb now storing final scores correctly ([#87](#87)) ([affcd3e](affcd3e))

### Performance Improvements

* add subtensor retries ([#90](#90)) ([ca07d46](ca07d46))
* increase timeout ([23669b7](23669b7))
@Tedbees Tedbees self-assigned this Dec 12, 2024
@Tedbees Tedbees changed the title Feat/docker revamp v3 chore: docker revamp Dec 19, 2024
@Tedbees Tedbees marked this pull request as ready for review December 19, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants