mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-23 02:38:28 +00:00
### Description Replace inline pip install with pip install from requirements*.txt ### Motivation and Context so that CG can recognize ### Dependency - [x] https://github.com/microsoft/onnxruntime/pull/21085
11 lines
276 B
Text
11 lines
276 B
Text
# packages used by transformers python unittest (only enabled in Linux CPU CI Pipeline)
|
|
packaging
|
|
protobuf==3.20.2
|
|
numpy==1.24.0 ; python_version < '3.12'
|
|
numpy==1.26.0 ; python_version >= '3.12'
|
|
torch
|
|
coloredlogs==15.0
|
|
transformers==4.38.0
|
|
parameterized>=0.8.1
|
|
psutil
|
|
einops
|