Skip to content

Commit

Permalink
Bump transformer version (#2488)
Browse files Browse the repository at this point in the history
Summary:
Bump transformer version to enable linger-kernels

Pull Request resolved: #2488

Reviewed By: FindHao

Differential Revision: D63860019

Pulled By: xuzhao9

fbshipit-source-id: f607c5553169c61270e4f5271d8375d7f227bd82
  • Loading branch information
xuzhao9 authored and facebook-github-bot committed Oct 4, 2024
1 parent 6b4f339 commit 12820bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ pytest-benchmark
requests
tabulate
git+https://github.com/huggingface/pytorch-image-models.git@730b907
# this version of transformers is required as per this page https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1
transformers==4.38.1
# this version of transformers is required by linger-kernel
# https://github.com/linkedin/Liger-Kernel/blob/main/pyproject.toml#L23
transformers==4.44.2
MonkeyType
psutil
pyyaml
Expand Down

0 comments on commit 12820bc

Please sign in to comment.