Skip to content

Commit

Permalink
#14076: Pin huggingface-hub to 0.25.2 to fix perf pipelines (#14094)
Browse files Browse the repository at this point in the history
* #14076: Pin huggingface-hub to 0.25.2 to fix pipelines

* #14076: Add myself and Michael as codeowners of requirements.txt, especially one in tt_metal
  • Loading branch information
tt-rkim authored Oct 22, 2024
1 parent 8dc863b commit 3025af2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ third_party/ @tt-rkim @TT-billteng
MANIFEST.in @tt-rkim
setup.py @tt-rkim
pyproject.toml @tt-rkim @TT-billteng
requirements*.txt @tt-rkim @TT-billteng
requirements*.txt @tt-rkim @TT-billteng @ttmchiou
setup_hugepages.py @tt-rkim @TT-billteng

scripts/docker @TT-billteng
Expand Down Expand Up @@ -55,6 +55,7 @@ tt_metal/ @abhullar-tt @pgkeller @aliuTT @tt-aho @tt-dma @tt-asaigal @ubcheema
tt_metal/host_api.hpp @abhullar-tt @pgkeller @aliuTT @tt-aho @tt-dma @tt-asaigal @davorchap
tt_metal/impl/device/ @abhullar-tt @pgkeller @aliuTT @tt-aho @tt-dma @tt-asaigal @ubcheema @davorchap @cfjchu
tt_metal/distributed/ @cfjchu @aliuTT @tt-asaigal
tt_metal/**/requirements*.txt @tt-rkim @TT-billteng @ttmchiou

# metal - dispatch
tt_metal/impl/dispatch/kernels/packet_* @ubcheema @aliuTT
Expand Down
1 change: 1 addition & 0 deletions tt_metal/python_env/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ docopt==0.6.2
tabulate==0.9.0
blobfile==2.1.1 # Required for llama3
numpy>=1.24.4,<2
huggingface-hub==0.25.2

0 comments on commit 3025af2

Please sign in to comment.