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

feat: create device target and recommendations to add to model collection #8

Open
mikbry opened this issue Mar 29, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@mikbry
Copy link
Contributor

mikbry commented Mar 29, 2024

device_targets:

  • array of device_target
    device_category
  • name: string
  • nb_cpu: number range { min?, max? }
  • nb_gpu: number range { min?, max? }
  • ram: number range { min?, max? }
  • vram: number range { min?, max? }
  • gpu_models: array of string
  • cpu_models: array of string
  • npu_models: array of string

In Model Collection
recommendations:

  • array of recommendation
    recommendation:
  • name: string
  • description: string
  • model_id: array of string
  • targets: array of string (name of the target)
@mikbry mikbry added the enhancement New feature or request label Mar 29, 2024
@mikbry mikbry self-assigned this Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant