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: NixOS/nixpkgs
base: ec334a1b01c4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5f92e694d970
Choose a head ref
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 16, 2021

  1. python3Packages.transformers: 4.1.1 -> 4.2.1

    Changelog:
    https://github.com/huggingface/transformers/releases/tag/v4.2.0
    https://github.com/huggingface/transformers/releases/tag/v4.2.1
    
    Changes to the derivation:
    
    - Enable on Python 3.9.
    - Disable checks and use pythonImportsCheck instead. The list of
      excluded tests was getting silly. The vast majority of tests
      require internet access (to download models). I guess at this
      point we just have to accept that it is not practical to run
      the tests.
    danieldk committed Jan 16, 2021
    Copy the full SHA
    483ce5c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Copy the full SHA
    861aade View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7f840a1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #109505 from danieldk/transformers-4.2.1

    python3Packages.transformers: 4.1.1 -> 4.2.2
    symphorien committed Jan 23, 2021
    Copy the full SHA
    5f92e69 View commit details
    Browse the repository at this point in the history