Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Setting weights (#12)
Browse files Browse the repository at this point in the history
* new reqs and speed for syncing

* correctly set weights

* Normal time between resyncing

* Increase available operations timeout time
  • Loading branch information
namoray authored Feb 20, 2024
1 parent c737913 commit 759260a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/validator_api_server/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


OPERATION_TIMEOUTS: Dict[str, float] = {
"AvailableOperations": 12,
"AvailableOperations": 30,
"ClipEmbeddings": 6,
"TextToImage": 20,
"ImageToImage": 20,
Expand Down

0 comments on commit 759260a

Please sign in to comment.