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: openai/tiktoken
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: AdmitHub/tiktoken-py3.7
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 11, 2023

  1. BOOL-1940: Refactor code to work with Python 3.7 (#1)

    * BOOL-1940: rm use of walrus and cached_property
    
    * BOOL-1940: updated pyproject py version constraint
    
    * BOOL-1940: created docker container for py3.7 dev
    
    * BOOL-1940: fixed Literal type import
    
    * BOOL-1940: made docker dev not install poetry
    
    * BOOL-1940: added typing-extensions dep
    
    * BOOL-1940: made special_tokens_set property
    
    Used to be a cached_property, forgot to add back normal property decorator
    
    * BOOL-1940: added script to test encoder
    
    * BOOL-1940: rm build system dep
    Mainstay-Noah-Huppert authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    99de702 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    e249593 View commit details
    Browse the repository at this point in the history
Loading