Skip to content

replaces deprecated huggingface model from core tests - #5615

Merged
akshaydeo merged 3 commits into
devfrom
07-28-fix_replaces_deprecated_huggingface_model_from_core_tests
Jul 29, 2026
Merged

akshaydeo merged 3 commits into
devfrom
07-28-fix_replaces_deprecated_huggingface_model_from_core_tests

Conversation

@sammaji

@sammaji sammaji commented Jul 28, 2026

Copy link
Copy Markdown
Member

Summary

The vision model provider for HuggingFace tests has been switched from groq to novita for the Llama-4-Scout-17B-16E-Instruct model, likely due to availability or reliability issues with the groq provider for this model.

Changes

  • Replaced groq/meta-llama/Llama-4-Scout-17B-16E-Instruct with novita/meta-llama/Llama-4-Scout-17B-16E-Instruct as the vision model in the HuggingFace test configuration.

Type of change

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Chore/CI

Affected areas

  • Core (Go)
  • Transports (HTTP)
  • Providers/Integrations
  • Plugins
  • UI (React)
  • Docs

How to test

go test ./core/providers/huggingface/...

Ensure the HuggingFace vision model test passes using the novita provider endpoint.

Screenshots/Recordings

N/A

Breaking changes

  • Yes
  • No

Related issues

N/A

Security considerations

No security implications. This change only affects which provider backend is used for a test model route.

Checklist

  • I read docs/contributing/README.md and followed the guidelines
  • I added/updated tests where appropriate
  • I updated documentation where needed
  • I verified builds succeed (Go and UI)
  • I verified the CI pipeline passes locally if applicable

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The Hugging Face comprehensive test now references the Novita provider path for the Llama vision model. No other test configuration or logic changes.

Changes

Hugging Face test update

Layer / File(s) Summary
Vision model configuration
core/providers/huggingface/huggingface_test.go
The VisionModel value changes from the Groq provider path to the Novita provider path.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: tejasghatte

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly describes the core change: swapping the HuggingFace test model in core tests.
Description check ✅ Passed The description follows the template well and includes the required summary, changes, test steps, impact, and security notes.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 07-28-fix_replaces_deprecated_huggingface_model_from_core_tests

Comment @coderabbitai help to get the list of available commands.

sammaji commented Jul 28, 2026

Copy link
Copy Markdown
Member Author

@sammaji sammaji changed the title fix: replaces deprecated huggingface model from core tests replaces deprecated huggingface model from core tests Jul 28, 2026
@sammaji
sammaji force-pushed the 07-28-fix_replaces_deprecated_huggingface_model_from_core_tests branch from df5f829 to 237e43f Compare July 28, 2026 11:12
@sammaji
sammaji force-pushed the 07-28-fixes_skipped_framework_tests branch from e267a1f to 50d76e0 Compare July 28, 2026 11:12
@sammaji
sammaji marked this pull request as ready for review July 28, 2026 11:13
Copilot AI review requested due to automatic review settings July 28, 2026 11:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai
coderabbitai Bot requested a review from TejasGhatte July 28, 2026 11:14
coderabbitai[bot]
coderabbitai Bot previously approved these changes Jul 28, 2026
@sammaji
sammaji force-pushed the 07-28-fixes_skipped_framework_tests branch from 50d76e0 to 61dc665 Compare July 28, 2026 11:34
@sammaji
sammaji force-pushed the 07-28-fix_replaces_deprecated_huggingface_model_from_core_tests branch from 237e43f to f8346c9 Compare July 28, 2026 11:34
akshaydeo
akshaydeo previously approved these changes Jul 29, 2026

akshaydeo commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Merge activity

  • Jul 29, 7:50 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Jul 29, 7:52 AM UTC: @akshaydeo merged this pull request with Graphite.

@akshaydeo
akshaydeo changed the base branch from 07-28-fixes_skipped_framework_tests to graphite-base/5615 July 29, 2026 07:51
@akshaydeo
akshaydeo changed the base branch from graphite-base/5615 to dev July 29, 2026 07:51
@akshaydeo
akshaydeo dismissed stale reviews from coderabbitai[bot] and themself July 29, 2026 07:51

The base branch was changed.

@akshaydeo
akshaydeo merged commit 309dfe8 into dev Jul 29, 2026
10 checks passed
@akshaydeo
akshaydeo deleted the 07-28-fix_replaces_deprecated_huggingface_model_from_core_tests branch July 29, 2026 07:52
akhsaul pushed a commit to akhsaul/bifrost that referenced this pull request Aug 27, 2026
## Summary

The vision model provider for HuggingFace tests has been switched from `groq` to `novita` for the Llama-4-Scout-17B-16E-Instruct model, likely due to availability or reliability issues with the `groq` provider for this model.

## Changes

- Replaced `groq/meta-llama/Llama-4-Scout-17B-16E-Instruct` with `novita/meta-llama/Llama-4-Scout-17B-16E-Instruct` as the vision model in the HuggingFace test configuration.

## Type of change

- [x] Bug fix
- [ ] Feature
- [ ] Refactor
- [ ] Documentation
- [ ] Chore/CI

## Affected areas

- [ ] Core (Go)
- [ ] Transports (HTTP)
- [x] Providers/Integrations
- [ ] Plugins
- [ ] UI (React)
- [ ] Docs

## How to test

```sh
go test ./core/providers/huggingface/...
```

Ensure the HuggingFace vision model test passes using the `novita` provider endpoint.

## Screenshots/Recordings

N/A

## Breaking changes

- [ ] Yes
- [x] No

## Related issues

N/A

## Security considerations

No security implications. This change only affects which provider backend is used for a test model route.

## Checklist

- [ ] I read `docs/contributing/README.md` and followed the guidelines
- [x] I added/updated tests where appropriate
- [ ] I updated documentation where needed
- [x] I verified builds succeed (Go and UI)
- [ ] I verified the CI pipeline passes locally if applicable
occcat pushed a commit to occcat/bifrost that referenced this pull request Sep 2, 2026
## Summary

The vision model provider for HuggingFace tests has been switched from `groq` to `novita` for the Llama-4-Scout-17B-16E-Instruct model, likely due to availability or reliability issues with the `groq` provider for this model.

## Changes

- Replaced `groq/meta-llama/Llama-4-Scout-17B-16E-Instruct` with `novita/meta-llama/Llama-4-Scout-17B-16E-Instruct` as the vision model in the HuggingFace test configuration.

## Type of change

- [x] Bug fix
- [ ] Feature
- [ ] Refactor
- [ ] Documentation
- [ ] Chore/CI

## Affected areas

- [ ] Core (Go)
- [ ] Transports (HTTP)
- [x] Providers/Integrations
- [ ] Plugins
- [ ] UI (React)
- [ ] Docs

## How to test

```sh
go test ./core/providers/huggingface/...
```

Ensure the HuggingFace vision model test passes using the `novita` provider endpoint.

## Screenshots/Recordings

N/A

## Breaking changes

- [ ] Yes
- [x] No

## Related issues

N/A

## Security considerations

No security implications. This change only affects which provider backend is used for a test model route.

## Checklist

- [ ] I read `docs/contributing/README.md` and followed the guidelines
- [x] I added/updated tests where appropriate
- [ ] I updated documentation where needed
- [x] I verified builds succeed (Go and UI)
- [ ] I verified the CI pipeline passes locally if applicable
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.

3 participants