Skip to content

Commit

Permalink
Merge pull request #216 from Datura-ai/main
Browse files Browse the repository at this point in the history
deploy(validator): change verify job count for 1 day - 3.4.12
  • Loading branch information
talentwebdev authored Jan 29, 2025
2 parents 88c111b + 056db50 commit 81fbc9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions neurons/validators/src/services/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
GPU_UTILIZATION_LIMIT = 1
GPU_MEMORY_UTILIZATION_LIMIT = 1

VERIFY_JOB_REQUIRED_COUNT = 2 * 24 * 6
VERIFY_JOB_REQUIRED_COUNT = 1 * 24 * 6

HASHCAT_CONFIGS = {
"NVIDIA RTX A5000": {
Expand Down Expand Up @@ -339,7 +339,7 @@
"560.35.05": "1eec299b50e33a6cfa5155ded53495ab",
"565.57.01": "c801dd3fc4660f3a8ddf977cfdffe113",
"550.127.08": "ac925f2cd192ad971c5466d55945a243",
"550.142": "e68b535a61be6434fc7f12450561a3d0"
"550.142": "e68b535a61be6434fc7f12450561a3d0",
}

DOCKER_DIGESTS = {
Expand Down
2 changes: 1 addition & 1 deletion neurons/validators/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.11
3.4.12

0 comments on commit 81fbc9b

Please sign in to comment.