Skip to content

Conversation

@sl-gn
Copy link
Collaborator

@sl-gn sl-gn commented Nov 11, 2025

📋 PR Title Format

The PR title should follow the format:

type(scope): concise message (max 50 chars)

Where:

  • type is one of: feat, fix, docs, refactor, perf, test, chore.
  • scope is optional and describes the part of the codebase affected (e.g., auth, ui, api).
  • concise message is a short description of the change (max 50 chars).

📝 Change Type

Please select the type of change this PR introduces (choose one or more):

  • feat: New feature.
  • fix: Bug fix.
  • docs: Documentation only changes.
  • refactor: A code change that neither fixes a bug nor adds a feature.
  • perf: Performance improvement.
  • test: Adding missing tests or correcting existing tests.
  • chore: Maintenance tasks (e.g., updating dependencies).

💡 Description

Briefly describe the change, its purpose, and the problem it solves.

Key Changes

  1. add recommand vram in model list api and add need more nodes flag in cluster status api
  2. update version to 0.1.0

🔗 Related Issues

List any issues this PR closes or relates to:

✅ Checklist

Please ensure the following points are addressed before merging:

  • I have performed a self-review of my own code.
  • I have added/updated tests that prove my fix or feature works (if applicable).
  • I have updated the documentation (if necessary).
  • My code follows the project's style guidelines.

@sl-gn sl-gn requested review from a team, christ-tt and xz-gradient and removed request for christ-tt and xz-gradient November 11, 2025 10:01
@sl-gn sl-gn changed the title feature(backend): add recommand vram and update version to 0.1.0 feat(backend): add recommand vram and update version to 0.1.0 Nov 11, 2025
@sl-gn sl-gn linked an issue Nov 11, 2025 that may be closed by this pull request
@sl-gn sl-gn merged commit 388c8f5 into GradientHQ:main Nov 11, 2025
3 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Prompt the user to indicate how much VRAM the model needs

4 participants