Skip to content

Conversation

@dcondrey
Copy link

@dcondrey dcondrey commented Nov 4, 2025

Problem: The original requirements.txt referenced an old version of transformers (v4.31.0) that couldn't build on Python 3.13 due to Rust compilation issues with the tokenizers package.
Solution: Updated requirements.txt to use transformers[torch]>=4.40.0, which includes prebuilt wheels compatible with Python 3.13.

  • Improved README installation section with clearer structure
  • Added prerequisites (Python 3.9+)
  • Provided two installation options (editable install vs. requirements only)
  • Added verification command
  • Fixed duplicate text in installation section
  • Updated requirements.txt to use transformers>=4.40.0 instead of pinned GitHub archive

- Improved README installation section with clearer structure
- Added prerequisites (Python 3.9+)
- Provided two installation options (editable install vs. requirements only)
- Added verification command
- Fixed duplicate text in installation section
- Updated requirements.txt to use transformers>=4.40.0 instead of pinned GitHub archive

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
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.

1 participant