mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[TD] Pin numpy to 1.26.0 in indexer (#130442)
Temporarily pin 1.26.0 to get the workflow working while I go sort out which dependencies need to be updated Succeeding run: https://github.com/pytorch/pytorch/actions/runs/9877733366/job/27280052419?pr=130442 Tested by adding my branch to the trust relationship for the policy and removing the environment Pull Request resolved: https://github.com/pytorch/pytorch/pull/130442 Approved by: https://github.com/atalman, https://github.com/malfet
This commit is contained in:
parent
cd2638be09
commit
80a421a54d
1
.github/scripts/td_llm_indexer.sh
vendored
1
.github/scripts/td_llm_indexer.sh
vendored
|
|
@ -7,6 +7,7 @@ cd llm-target-determinator
|
||||||
pip install -q -r requirements.txt
|
pip install -q -r requirements.txt
|
||||||
cd ../codellama
|
cd ../codellama
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
pip install numpy==1.26.0
|
||||||
|
|
||||||
# Run indexer
|
# Run indexer
|
||||||
cd ../llm-target-determinator
|
cd ../llm-target-determinator
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user