Skip to content

Commit

Permalink
Merge pull request #177 from Datura-ai/main
Browse files Browse the repository at this point in the history
hotfix: UNRENTED_MULTIPLIER = 0.75
  • Loading branch information
pyon12 authored Jan 8, 2025
2 parents bbe99b8 + 890a6d0 commit 127451e
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.23"
LABEL version="3.3.24"

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.23"
LABEL version="3.3.24"

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.5
UNRENTED_MULTIPLIER = 0.75

GPU_UTILIZATION_LIMIT = 1
GPU_MEMORY_UTILIZATION_LIMIT = 1
Expand Down

0 comments on commit 127451e

Please sign in to comment.