-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
akash-provider doesn't pass the GPU interface
to the bid price script
#216
Labels
Comments
Here is where the fix needs to be delivered: |
andy108369
added a commit
to andy108369/provider
that referenced
this issue
Apr 24, 2024
- Update parseGPU function to handle 'interface' attribute for GPUs - Refactor attribute handling to avoid overwriting existing attributes (previous approach was reassigning the gpuVendorAttributes for each attribute it parsed, which means only the last parsed attribute was stored if a vendor has multiple attributes (like RAM and interface)) fixes akash-network/support#216
andy108369
added a commit
to andy108369/provider
that referenced
this issue
Apr 24, 2024
- Update parseGPU function to handle 'interface' attribute for GPUs fixes akash-network/support#216
PR to fix this akash-network/provider#234 |
andy108369
added a commit
to andy108369/provider
that referenced
this issue
Apr 25, 2024
- Update parseGPU function to handle 'interface' attribute for GPUs fixes akash-network/support#216
troian
pushed a commit
to akash-network/provider
that referenced
this issue
Apr 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
provider 0.5.13
interface
&ram
are present):SDL
![image](https://private-user-images.githubusercontent.com/107317698/324865252-e58eebd2-3c60-48bf-9403-5e069a2f86c1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTE5NDEsIm5iZiI6MTczOTI1MTY0MSwicGF0aCI6Ii8xMDczMTc2OTgvMzI0ODY1MjUyLWU1OGVlYmQyLTNjNjAtNDhiZi05NDAzLTVlMDY5YTJmODZjMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNTI3MjFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02M2EzZWY3NDYxOTY2NjRjYmRiMWQyNWU3MzFhNmRlODY0YmY4NjA2YzQwZDlhYjVjNTAwM2UwY2U2ZjQyOGU4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.bV6gaIxA4IDTrehHIcJiTt3K42-EYKlIIZeAi6O7doA)
interface
is present (in the order request)interface
is missing)Additional info
It does see the
ram
though as expected:ram
is present (in the order request)The text was updated successfully, but these errors were encountered: