Skip to content

fix(model_download): exit when node's network cannot connect huggingface.co#252

Merged
yuhao-zh merged 6 commits into
GradientHQ:mainfrom
yuhao-zh:fix/add_network_error_lof
Nov 19, 2025
Merged

fix(model_download): exit when node's network cannot connect huggingface.co#252
yuhao-zh merged 6 commits into
GradientHQ:mainfrom
yuhao-zh:fix/add_network_error_lof

Conversation

@yuhao-zh
Copy link
Copy Markdown
Contributor

📋 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

🔗 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.

@yuhao-zh yuhao-zh requested a review from a team November 17, 2025 14:06
@yuhao-zh yuhao-zh requested a review from gufengc November 19, 2025 02:48
@yuhao-zh yuhao-zh merged commit 20ea3af into GradientHQ:main Nov 19, 2025
3 checks passed
@yuhao-zh yuhao-zh deleted the fix/add_network_error_lof branch February 2, 2026 02:14
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.

[Bug]: Scheduler will keep node infromation if a node which failed to connect huggingface exit manually

2 participants