Skip to content

Commit

Permalink
Benchmark numpy fix (#3197)
Browse files Browse the repository at this point in the history
* testing nightly

* fixing ci

* use branch

* use branch

* branch test

* branch test

* test numpy

* test numpy

* removing tests

* undoing changes

* undoing changes
  • Loading branch information
udaij12 authored Jun 20, 2024
1 parent 6806b9c commit 079ff7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions benchmarks/benchmark_config_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# - nightly: "2022.3.16"
# - release: "0.5.3"
# Nightly build will be installed if "ts_version" is not specifiged
#ts_version:
# branch: &ts_version "master"
# ts_version:
# branch: &ts_version "master"

# a list of model configure yaml files defined in benchmarks/models_config
# or a list of model configure yaml files with full path
Expand Down Expand Up @@ -49,4 +49,3 @@ report_cmd:
- "cmd": "aws s3 cp --recursive"
- "source": '/tmp/ts_benchmark/'
- "dest": ['s3://torchserve-benchmark/nightly', "today()", *hardware]

1 change: 1 addition & 0 deletions benchmarks/requirements-ab.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy==1.24.3
pandas
Click
click-config-file
Expand Down

0 comments on commit 079ff7b

Please sign in to comment.