We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f861d78 commit b87dc37Copy full SHA for b87dc37
.github/workflows/benchmark_nightly.yml
@@ -46,8 +46,6 @@ jobs:
46
sudo apt-get update -y
47
sudo apt-get install -y apache2-utils
48
pip install -r benchmarks/requirements-ab.txt
49
- pip uninstall setuptools
50
- pip install setuptools==69.5.1
51
- name: Benchmark cpu nightly
52
if: ${{ matrix.hardware == 'cpu' }}
53
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_cpu.yaml --skip false
requirements/neuronx.txt
@@ -2,3 +2,4 @@
2
neuronx-cc
3
torch-neuronx
4
transformers-neuronx
5
+setuptools==69.5.1
0 commit comments