- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.3k
Use explicit tiny-Qwen2ForCausalLM-2.5 model_id param in CI tests #4331
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
base: main
Are you sure you want to change the base?
Use explicit tiny-Qwen2ForCausalLM-2.5 model_id param in CI tests #4331
Conversation
| The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. | 
| In my opinion, the numerous repetitions of  | 
Use explicit tiny-Qwen2ForCausalLM-2.5 model_id param in CI tests.
This change improves test flexibility and maintainability by allowing tests to easily run with different model IDs. All hardcoded references to the model "trl-internal-testing/tiny-Qwen2ForCausalLM-2.5" have been replaced with the parametrized variable, and the corresponding test function signatures were updated.
No changes were made to the core test logic or assertions; the focus is on improving test parametrization and maintainability.
Follow-up to: