Skip to content
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

refactor: remove bidengine pricing script and implement pricing strategy within bidengine module #188

Open
2 tasks done
troian opened this issue Feb 29, 2024 · 3 comments
Assignees
Labels

Comments

@troian
Copy link
Member

troian commented Feb 29, 2024

Is your feature request related to a problem? Please describe.

shell script is hard to maintain especially after introducing GPUs with various model/memory configurations

Describe the solution you'd like

add bidengine section to provider config (to be completed by @troian)

bidengine:
  addresses:
    whitelist:
    blacklist:
  pricing:
    cpu
    gpu:
    memory:
    storage:

Describe alternatives you've considered

n/a

Search

  • I did search for other open and closed issues before opening this

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

No response

@troian
Copy link
Member Author

troian commented Feb 29, 2024

blocked by #187

@brewsterdrinkwater
Copy link
Collaborator

April 9th, 2024:

  • Code complete, pending testing.
  • Adding GPU interface pricing to the script.
  • next step is testing GPU pricing

@brewsterdrinkwater
Copy link
Collaborator

April 30th, 2024:

  • Testing started last week
  • Added calculations for GPU interfaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress (prioritized)
Development

No branches or pull requests

3 participants