Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tensorflow/text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tensorflow/text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.18
Choose a head ref
  • 13 commits
  • 35 files changed
  • 5 contributors

Commits on Sep 30, 2024

  1. Update version

    rtg0795 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9f4bab8 View commit details
    Browse the repository at this point in the history
  2. Update configure.sh

    rtg0795 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d49b507 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Update version

    rtg0795 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    494ce6e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Add docker build scripts and enable aarch64 pip wheels.

    Also enable python 3.12 builds.
    
    Usage:
    ```
    bash oss_scripts/docker_builds.sh
    ```
    or to build for a single python version,
    ```
    PYTHON_VERSION=3.12 bash oss_scripts/docker_builds.sh
    ```
    PiperOrigin-RevId: 692953635
    cantonios authored and rtg0795 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    fa6f8d5 View commit details
    Browse the repository at this point in the history
  2. No public description

    PiperOrigin-RevId: 693648505
    tf-text-github-robot authored and rtg0795 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    1092371 View commit details
    Browse the repository at this point in the history
  3. No public description

    PiperOrigin-RevId: 698523652
    tf-text-github-robot authored and rtg0795 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    4c1828e View commit details
    Browse the repository at this point in the history
  4. Automated Code Change

    PiperOrigin-RevId: 699977947
    tf-text-github-robot authored and rtg0795 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    aea2a8c View commit details
    Browse the repository at this point in the history
  5. No public description

    PiperOrigin-RevId: 701795491
    tf-text-github-robot authored and rtg0795 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    c4f6d3a View commit details
    Browse the repository at this point in the history
  6. Replace std::string_view with absl::string_view

    PiperOrigin-RevId: 704378332
    tf-text-github-robot authored and rtg0795 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    956917a View commit details
    Browse the repository at this point in the history
  7. Protect the fast wordpiece tokenizer from infinite looping.

    PiperOrigin-RevId: 705292812
    tf-text-github-robot authored and rtg0795 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    405a5c0 View commit details
    Browse the repository at this point in the history
  8. Update lock files

    rtg0795 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    d416d05 View commit details
    Browse the repository at this point in the history
  9. Update version for 2.18.1

    rtg0795 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    7bea12d View commit details
    Browse the repository at this point in the history
  10. Set HERMETIC_PYTHON_VERSION correctly

    PiperOrigin-RevId: 706847683
    rtg0795 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    d605a8d View commit details
    Browse the repository at this point in the history
Loading