You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Tests] Remove cache_dir parameter from test fixture
The cache_dir parameter was removed from ModelArguments in favor of
environment variables. This commit updates the test fixture to no
longer pass cache_dir to AutoTokenizer.from_pretrained().
Fixes the AttributeError in test_dataset_loading.py and test_registry.py
tests that were failing in CI/CD.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Ralph Bean <[email protected]>
0 commit comments