Feature request: multiple bids on the same order from a single provider #516
shimpa1
started this conversation in
AI - Artificial Intelligence
Replies: 1 comment 1 reply
-
@shimpa1 there is an issue for that akash-network/support#166 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi folks,
This is relevant to providers with more than one GPU model in their portfolio.
Right now if a deployer does not specify the GPU model in the SDL, a provider pod will place a bid using the catchall entry in the provider.yaml file.
Example:
price_target_gpu_mappings: "h100=1088,rtxa6000=358,*=1088"
The bid will be placed using the
*=1088
entry and thertxa6000=358
entry will not get used ever unless explicitly specified in the SDL by the deployer.In this case I believe multiple bids by the provider are required.
Opinions?
thanks,
Shimpa
Beta Was this translation helpful? Give feedback.
All reactions