Skip to content

Commit

Permalink
Merge pull request #178 from Datura-ai/main
Browse files Browse the repository at this point in the history
hotfix: update UNRENTED_MULTIPLIER = 0.9
  • Loading branch information
pyon12 authored Jan 10, 2025
2 parents 127451e + fa73f91 commit c8e74c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neurons/validators/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ RUN echo "export PYTHONPATH=$PYTHONPATH" >> ~/.bash_profile
COPY --from=base-image /root/app/ /root/app/
COPY --from=base-image /opt/pypackages/ /opt/pypackages/

LABEL version="3.3.24"
LABEL version="3.3.25"

CMD ["bash", "run.sh"]
2 changes: 1 addition & 1 deletion neurons/validators/Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /root/validator
COPY docker-compose.app.yml docker-compose.yml
COPY entrypoint.sh /entrypoint.sh

LABEL version="3.3.24"
LABEL version="3.3.25"

RUN chmod u+x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion neurons/validators/src/services/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

MAX_GPU_COUNT = 14

UNRENTED_MULTIPLIER = 0.75
UNRENTED_MULTIPLIER = 0.9

GPU_UTILIZATION_LIMIT = 1
GPU_MEMORY_UTILIZATION_LIMIT = 1
Expand Down

0 comments on commit c8e74c6

Please sign in to comment.