Commit 8dbe65a
fix: Update HuggingFace integration to fix deprecation warnings
Changed 'use_auth_token' to 'token' parameter in AutoModelForCausalLM.from_pretrained()
to fix deprecation warnings. The old parameter name was deprecated in transformers v5.
This should fix the warning messages appearing in CI tests.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 8e0f9dc commit 8dbe65a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
0 commit comments